mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-29 01:39:24 +08:00
chore: Fix hoisted type errors on vite configurations (#33276)
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"outDir": "dist",
|
||||
"preserveSymlinks": true,
|
||||
// TODO: remove all options below this line
|
||||
"useUnknownInCatchVariables": false
|
||||
"useUnknownInCatchVariables": false,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["commands/**/*.ts", "src/**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user