We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowJs
1 parent a5fe4a5 commit d4a8bb8Copy full SHA for d4a8bb8
tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"target": "es2021",
4
"module": "commonjs",
5
+ "allowJs": true,
6
"strict": true,
7
"esModuleInterop": true,
8
"outDir": "./dist",
0 commit comments