37 lines
798 B
JSON
Raw Normal View History

2023-02-27 08:55:07 +00:00
{
"compilerOptions": {
2023-06-18 23:54:49 +00:00
"rootDir": ".",
"sourceMap": true,
"declaration": false,
2023-02-27 08:55:07 +00:00
"moduleResolution": "node",
2023-06-18 23:54:49 +00:00
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
2023-02-27 08:55:07 +00:00
"baseUrl": ".",
2023-06-18 23:54:49 +00:00
"paths": {},
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client", "vitest"]
2023-02-27 08:55:07 +00:00
},
2023-06-18 23:54:49 +00:00
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"compileOnSave": false,
"exclude": ["node_modules", "tmp"]
2023-02-27 08:55:07 +00:00
}