Skip to content

Commit 414ac48

Browse files
committed
Added compilerOptions.baseUrl to tsconfig.json
1 parent 9f5fe21 commit 414ac48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
],
77
"typeAcquisition": {
88
"enable": true
9+
},
10+
"compilerOptions": {
11+
"baseUrl": "."
912
}
1013
}

0 commit comments

Comments
 (0)