Skip to content

Commit 40dffb7

Browse files
committed
Fix resolution absolute URLs for module imports and intellisense
1 parent 0a15827 commit 40dffb7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_PATH=src/

jsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src"
4+
}
5+
}

0 commit comments

Comments
 (0)