Skip to content

Commit 094879c

Browse files
authored
Add jsconfig.json file to allow jump to definition in IDEs (#234)
1 parent 0b50fe1 commit 094879c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

template/jsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"paths": {
4+
"@/*": [
5+
"./src/*"
6+
]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)