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