Skip to content

Commit 0f73c9b

Browse files
authored
feat: add jsconfig.json for base template (vuejs#102)
1 parent 57fef55 commit 0f73c9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template/base/jsconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"paths": {
4+
"@/*": ["./src/*"]
5+
}
6+
},
7+
"exclude": ["node_modules", "dist"]
8+
}

0 commit comments

Comments
 (0)