aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/tsconfig.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 18:14:58 +0800
committercrupest <crupest@outlook.com>2021-06-15 18:14:58 +0800
commit08aed0d21a8e7fd5e225140fa1ee8f0e879841c5 (patch)
tree8dc987e49ce3054f06fe9c30065333a929eafdba /FrontEnd/tsconfig.json
parent5c979373b53f40f2d0f263f52071caf8ab188e44 (diff)
downloadtimeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.gz
timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.bz2
timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.zip
...
Diffstat (limited to 'FrontEnd/tsconfig.json')
-rw-r--r--FrontEnd/tsconfig.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/FrontEnd/tsconfig.json b/FrontEnd/tsconfig.json
index 3afe2c3e..6b691e0e 100644
--- a/FrontEnd/tsconfig.json
+++ b/FrontEnd/tsconfig.json
@@ -2,9 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
- "allowJs": false,
- "skipLibCheck": false,
- "esModuleInterop": false,
+ "skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
@@ -15,7 +13,6 @@
"jsx": "react",
"noEmit": true,
"types": ["vite/client"],
- "sourceMap": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]