Skip to content

Commit 6aad0ef

Browse files
committed
fix(node-runtime-worker-thread): Do not 'allowJs' when running tests in hopes that this will fix win tests
1 parent e7da859 commit 6aad0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-runtime-worker-thread/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"compilerOptions": {
77
"outDir": "./lib",
8-
"allowJs": true
8+
"allowJs": false
99
},
1010
"files": [
1111
"./src/index.d.ts"

0 commit comments

Comments
 (0)