WebIDE/tsconfig.json

12 lines
347 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"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. */
}
}