bigbossmonster commited on
Commit
d8746bb
·
verified ·
1 Parent(s): 65b22de

Update jsconfig.json

Browse files
Files changed (1) hide show
  1. jsconfig.json +7 -7
jsconfig.json CHANGED
@@ -1,8 +1,8 @@
1
- {
2
- "compilerOptions": {
3
- "baseUrl": ".",
4
- "paths": {
5
- "@/backend/*": ["./*"]
6
- }
7
- }
8
  }
 
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "paths": {
5
+ "@/*": ["./*"]
6
+ }
7
+ }
8
  }