Skip to content

Commit 4cd7178

Browse files
committed
BSC fix for running tests without local dependencies
1 parent aed4ea9 commit 4cd7178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bsc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"experimentalDecorators": true,
2222
"strictPropertyInitialization": false,
2323
"typeRoots": [
24-
"./node_modules/@types"
24+
"../../node_modules/@types"
2525
]
2626
},
2727
"exclude": [

0 commit comments

Comments
 (0)