mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
10 lines
209 B
JSON
10 lines
209 B
JSON
|
{
|
||
|
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|