{ "compilerOptions": { "jsx": "react-jsx", "allowJs": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "lib": ["dom"] }, "files": [], "include": [], "references": [ { "path": "./tsconfig.lib.json" } ], "extends": "../../tsconfig.base.json" }