@10stars/config 15.1.5 → 15.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tsconfig.base.json +2 -2
package/package.json
CHANGED
package/tsconfig.base.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"moduleResolution": "bundler",
|
|
11
11
|
"resolveJsonModule": true,
|
|
12
12
|
"allowSyntheticDefaultImports": true,
|
|
13
|
-
"allowJs": true,
|
|
14
|
-
"checkJs":
|
|
13
|
+
"allowJs": true, // allow importing JS files
|
|
14
|
+
"checkJs": false, // do not type-check JS files; we don't use JS files in our projects and we don't depend on 3rd party JS files
|
|
15
15
|
"skipLibCheck": true,
|
|
16
16
|
|
|
17
17
|
"lib": ["esnext", "dom"],
|