Skip to content

Commit d99a480

Browse files
committed
allowJs and checkJs
1 parent e062106 commit d99a480

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"skipLibCheck": true,
88
"sourceMap": true,
99
"module": "NodeNext",
10-
"moduleResolution": "NodeNext"
10+
"moduleResolution": "NodeNext",
11+
"allowJs": true,
12+
"checkJs": true
1113
}
1214
}

0 commit comments

Comments
 (0)