Files
Reactive-Resume/apps/client/tsconfig.json
Amruth Pillai 1aaaaeca20 format files
2024-01-21 10:44:22 +01:00

22 lines
407 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client", "vitest"],
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json",
},
{
"path": "./tsconfig.spec.json",
},
],
"extends": "../../tsconfig.base.json",
}