quinnz commited on
Commit
55935ec
·
1 Parent(s): ee9c0d0

add tsconfig.json

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. tsconfig.json +8 -0
.DS_Store DELETED
Binary file (6.15 kB)
 
tsconfig.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "paths": {
5
+ "@/*": ["./*"]
6
+ }
7
+ }
8
+ }