add tsconfig.json
Browse files- .DS_Store +0 -0
- 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 |
+
}
|