mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noEmit": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/server/**/*.ts", "src/apps-manifest.ts", "src/telemetry-contract.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|