2022-02-15 14:12:27 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"allowJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitOverride": true,
|
2022-05-27 17:44:10 +00:00
|
|
|
"noPropertyAccessFromIndexSignature": false,
|
2022-02-15 14:12:27 +00:00
|
|
|
"noImplicitReturns": true,
|
2022-05-13 11:03:08 +00:00
|
|
|
"noFallthroughCasesInSwitch": true,
|
2023-03-01 07:45:57 +00:00
|
|
|
"lib": ["es2021", "dom", "dom.iterable"]
|
2022-02-15 14:12:27 +00:00
|
|
|
},
|
2022-11-23 11:07:45 +00:00
|
|
|
"exclude": ["./src/types/explorer.d.ts"],
|
2022-02-15 14:12:27 +00:00
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.app.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|