{ "compilerOptions": { "ignoreDeprecations": "6.0", "module": "ESNext", "moduleResolution": "node", "allowImportingTsExtensions": true, "rewriteRelativeImportExtensions": true, "noEmit": true, "jsx": "react-jsx", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "incremental": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false } }