mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
d4116630a6
Co-authored-by: Charlie Kolb <charlie@n8n.io> Co-authored-by: Milorad FIlipović <milorad@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
16 lines
373 B
JSON
16 lines
373 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",
|
|
"types/**/*.ts"
|
|
],
|
|
"exclude": ["nodes/**/*.test.ts", "credentials/**/*.test.ts", "test/**"]
|
|
}
|