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