mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix editor-ui tsconfig types for vue-tsc (no-changelog) (#9446)
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"vitest/globals",
|
||||
"src/shims.d.ts",
|
||||
"src/shims-vue.d.ts",
|
||||
"src/v3-infinite-loading.d.ts",
|
||||
"./src/shims.d.ts",
|
||||
"./src/shims-vue.d.ts",
|
||||
"./src/v3-infinite-loading.d.ts",
|
||||
"../workflow/src/types.d.ts"
|
||||
],
|
||||
"paths": {
|
||||
|
||||
Reference in New Issue
Block a user