n8n/packages/node-dev/tsconfig.json

12 lines
305 B
JSON
Raw Normal View History

2019-06-23 03:35:23 -07:00
{
"extends": ["../../tsconfig.json", "../../tsconfig.backend.json"],
2019-06-23 03:35:23 -07:00
"compilerOptions": {
"outDir": "dist",
2022-11-17 08:55:57 -08:00
"preserveSymlinks": true,
// TODO: remove all options below this line
"noUnusedLocals": false,
"useUnknownInCatchVariables": false
2019-06-23 03:35:23 -07:00
},
"include": ["commands/**/*.ts", "src/**/*.ts"]
2019-06-23 03:35:23 -07:00
}