12 lines
281 B
JSON
12 lines
281 B
JSON
|
|
{
|
||
|
|
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "dist",
|
||
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["src/**/__tests__/**"]
|
||
|
|
}
|