switched vue project to proper tsconfig
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@shared": ["../shared/*"]
|
||||
"@shared/*": ["../shared/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
Reference in New Issue
Block a user