mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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": ".",
|
"baseUrl": ".",
|
||||||
"types": [
|
"types": [
|
||||||
"vitest/globals",
|
"vitest/globals",
|
||||||
"src/shims.d.ts",
|
"./src/shims.d.ts",
|
||||||
"src/shims-vue.d.ts",
|
"./src/shims-vue.d.ts",
|
||||||
"src/v3-infinite-loading.d.ts",
|
"./src/v3-infinite-loading.d.ts",
|
||||||
"../workflow/src/types.d.ts"
|
"../workflow/src/types.d.ts"
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|||||||
Reference in New Issue
Block a user