mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 07:28:11 +08:00
Fix compiling issue broken while cleaning up last commit
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user