1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 08:57:09 +03:00
n8n/packages/workflow/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
254 B
JSON
Raw Normal View History

2019-06-23 13:35:23 +03:00
{
"extends": "../../tsconfig.json",
2019-06-23 13:35:23 +03:00
"compilerOptions": {
"rootDir": ".",
"composite": true,
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
},
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
2019-06-23 13:35:23 +03:00
},
"include": ["src/**/*.ts", "test/**/*.ts"]
2019-06-23 13:35:23 +03:00
}