aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/tsconfig.json')
-rw-r--r--FrontEnd/tsconfig.json16
1 files changed, 2 insertions, 14 deletions
diff --git a/FrontEnd/tsconfig.json b/FrontEnd/tsconfig.json
index 6b691e0e..967f9dd6 100644
--- a/FrontEnd/tsconfig.json
+++ b/FrontEnd/tsconfig.json
@@ -1,22 +1,10 @@
{
+ "extends": "@tsconfig/vite-react/tsconfig.json",
"compilerOptions": {
- "target": "ESNext",
- "lib": ["DOM", "DOM.Iterable", "ESNext"],
- "skipLibCheck": true,
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "module": "ESNext",
- "moduleResolution": "Node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "react",
- "noEmit": true,
- "types": ["vite/client"],
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
- "include": ["./src"]
+ "include": ["src"]
}