We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allowJs
checkJs
1 parent e062106 commit d99a480Copy full SHA for d99a480
jsconfig.json
@@ -7,6 +7,8 @@
7
"skipLibCheck": true,
8
"sourceMap": true,
9
"module": "NodeNext",
10
- "moduleResolution": "NodeNext"
+ "moduleResolution": "NodeNext",
11
+ "allowJs": true,
12
+ "checkJs": true
13
}
14
0 commit comments