Skip to content

Commit 913f524

Browse files
committed
Allow js files to be imported into tests
1 parent ff0b156 commit 913f524

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"noEmit": true,
5-
"strict": true
5+
"strict": true,
6+
"allowJs": true
67
},
78
"exclude": [
89
"**/node_modules"
910
]
10-
}
11+
}

0 commit comments

Comments
 (0)