From 895f4ff5d34ea2884639b62eaa4ec1a6d77b7f94 Mon Sep 17 00:00:00 2001 From: "wuji.xwt" Date: Mon, 7 Sep 2020 16:36:43 +0800 Subject: [PATCH] refactor: no JS file --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 46a462b3b..556a1fea8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,6 @@ "module": "esnext", // Search under node_modules for non-relative imports. "moduleResolution": "node", - // Process & infer types from .js files. - "allowJs": true, - // Report errors in .js files. - "checkJs": false, - // Don't emit; allow Babel to transform files. - // "noEmit": true, // Enable strictest settings like strictNullChecks & noImplicitAny. "strict": true, "strictPropertyInitialization": false,