mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
14 lines
373 B
JSON
14 lines
373 B
JSON
{
|
|
"extends": [
|
|
"@n8n/typescript-config/tsconfig.common.json",
|
|
"@n8n/typescript-config/tsconfig.backend.json"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"preserveSymlinks": true,
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo",
|
|
// TODO: remove all options below this line
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"include": ["commands/**/*.ts", "src/**/*.ts"]
|
|
}
|