1Egyb commited on
Commit
773c109
·
verified ·
1 Parent(s): f9cef0c

Create jsconfig.json

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