mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
044607e2a0
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["test/**"]
|
|
}
|