chatpad/tsconfig.json
Andrei Canta 6830e88843 launch
2023-03-17 21:58:39 +02:00

10 lines
186 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"lib": ["es2018", "dom"],
"strict": true,
"skipLibCheck": true
}
}