WebIDE/tsconfig.json

11 lines
311 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
}