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,