Fix compiling issue broken while cleaning up last commit

This commit is contained in:
Keavon Chambers
2021-03-23 02:19:57 -07:00
parent fb5ce7e388
commit bd11f9c865
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -15,7 +15,7 @@
"types": [],
"paths": {
"@/*": [
"vue/*"
"src/*"
]
},
"lib": [
@@ -26,10 +26,10 @@
]
},
"include": [
"vue/**/*.ts",
"vue/**/*.d.ts",
"vue/**/*.tsx",
"vue/**/*.vue",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],