refactor: no JS file

This commit is contained in:
wuji.xwt 2020-09-07 16:36:43 +08:00
parent 1379bf731d
commit 895f4ff5d3

View File

@ -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,