{ "compilerOptions": { "target": "ESNext", "lib": ["DOM", "DOM.Iterable", "ESNext", "ES2015"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", /* Linting */ "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": false, "noImplicitAny": false, "noImplicitReturns": false, "noImplicitThis": false, "alwaysStrict": false /* Additional Options */ // "forceConsistentCasingInFileNames": true, // "strictNullChecks": true, // "noImplicitOverride": true, // "noPropertyAccessFromIndexSignature": true, // "useUnknownInCatchVariables": true, // "incremental": true, // "esModuleInterop": true }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }