mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"extends": ["./tsconfig.json", "../../tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["test/**", "src/**/__tests__/**"]
|
|
}
|