Skip to content

Commit 92d5ac6

Browse files
committed
Remove allowJs setting
1 parent da0d175 commit 92d5ac6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tsconfig.base.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"allowJs": true,
54
"allowSyntheticDefaultImports": true,
65
"declaration": true,
76
"declarationMap": false,

tsconfig.eslint.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.base.json",
44
"compilerOptions": {
5+
"allowJs": true,
56
"noEmit": true
67
},
78
"exclude": ["dist", "node_modules"],

0 commit comments

Comments
 (0)