2019-06-23 03:35:23 -07:00
|
|
|
{
|
2025-02-25 10:45:50 -08:00
|
|
|
"extends": [
|
|
|
|
"@n8n/typescript-config/tsconfig.common.json",
|
|
|
|
"@n8n/typescript-config/tsconfig.backend.json"
|
|
|
|
],
|
2019-06-23 03:35:23 -07:00
|
|
|
"compilerOptions": {
|
2022-09-09 09:00:18 -07:00
|
|
|
"outDir": "dist",
|
2022-11-17 08:55:57 -08:00
|
|
|
"preserveSymlinks": true,
|
2023-09-29 04:26:06 -07:00
|
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo",
|
2022-09-09 09:00:18 -07:00
|
|
|
// TODO: remove all options below this line
|
|
|
|
"useUnknownInCatchVariables": false
|
2019-06-23 03:35:23 -07:00
|
|
|
},
|
2022-09-09 09:00:18 -07:00
|
|
|
"include": ["commands/**/*.ts", "src/**/*.ts"]
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|