mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"extends": ["./tsconfig.json", "../../tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"credentials/**/*.ts",
|
|
"nodes/**/*.ts",
|
|
"nodes/**/*.json",
|
|
"credentials/translations/**/*.json"
|
|
],
|
|
"exclude": ["nodes/**/*.test.ts", "credentials/**/*.test.ts", "test/**"]
|
|
}
|