Skip to content

Commit 185a3aa

Browse files
committed
Fix build. Allow JS in tsconfig.json
1 parent d3aacb8 commit 185a3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "ES2019",
55
"module": "commonjs",
66
"lib": ["esnext"],
7-
"allowJs": false,
7+
"allowJs": true,
88
"sourceMap": true,
99
"outDir": "dist",
1010
"noEmit": false,

0 commit comments

Comments
 (0)