Skip to content

Commit 5e96db3

Browse files
committed
Type-check .js too
1 parent 3908117 commit 5e96db3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"skipLibCheck": true,
88
"sourceMap": true,
99
"module": "NodeNext",
10-
"moduleResolution": "NodeNext"
10+
"moduleResolution": "NodeNext",
11+
"allowJs": true,
12+
"checkJs": true,
13+
"strict": true
1114
}
1215
}

0 commit comments

Comments
 (0)