Skip to content

Commit 92e9bad

Browse files
author
Will Vedder
committed
Reverting tsconfig change because it breaks tests
1 parent be3c163 commit 92e9bad

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
"experimentalDecorators": true,
55
"module": "commonjs",
66
"rootDir": "./src",
7-
"allowJs": false,
7+
"allowJs": true,
88
"outDir": "./lib",
99
"esModuleInterop": true,
1010
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)