From 009d49e5b5cf7f7568e4b17961aa11b36d589a90 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 3 Jun 2021 15:00:26 +0800 Subject: build: Good bye babel! --- FrontEnd/src/tsconfig.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'FrontEnd/src/tsconfig.json') diff --git a/FrontEnd/src/tsconfig.json b/FrontEnd/src/tsconfig.json index 1855f5cd..21989043 100644 --- a/FrontEnd/src/tsconfig.json +++ b/FrontEnd/src/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "ES6", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, @@ -11,13 +11,11 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react", "sourceMap": true, "baseUrl": "./", "paths": { - "@/*": [ - "app/*" - ] + "@/*": ["app/*"] } } } -- cgit v1.2.3