From 08aed0d21a8e7fd5e225140fa1ee8f0e879841c5 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Jun 2021 18:14:58 +0800 Subject: ... --- FrontEnd/tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'FrontEnd/tsconfig.json') 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/*"] -- cgit v1.2.3