We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fef55 commit 0f73c9bCopy full SHA for 0f73c9b
template/base/jsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "compilerOptions": {
3
+ "paths": {
4
+ "@/*": ["./src/*"]
5
+ }
6
+ },
7
+ "exclude": ["node_modules", "dist"]
8
+}
0 commit comments