n8n/packages/workflow/tsconfig.json

15 lines
288 B
JSON
Raw Normal View History

2019-06-23 03:35:23 -07:00
{
"extends": "../../tsconfig.json",
2019-06-23 03:35:23 -07:00
"compilerOptions": {
"rootDir": ".",
"composite": true,
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
},
// TODO: remove all options below this line
"useUnknownInCatchVariables": false
2019-06-23 03:35:23 -07:00
},
"include": ["src/**/*.ts", "test/**/*.ts"]
2019-06-23 03:35:23 -07:00
}