Skip to content

Commit 826c84e

Browse files
committed
Remove allowJs setting
1 parent c2d7fe5 commit 826c84e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)