n8n/packages/node-dev/tsconfig.json

15 lines
347 B
JSON

{
"extends": [
"@n8n/typescript-config/tsconfig.common.json",
"@n8n/typescript-config/tsconfig.backend.json"
],
"compilerOptions": {
"outDir": "dist",
"preserveSymlinks": true,
// TODO: remove all options below this line
"useUnknownInCatchVariables": false,
"types": ["node"]
},
"include": ["commands/**/*.ts", "src/**/*.ts"]
}