mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"**/vite.config.ts",
|
|
"**/vitest.config.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|