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