n8n/packages/node-dev/tsconfig.json
2022-11-17 17:55:57 +01:00

13 lines
293 B
JSON

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