mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.go.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|