mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
0468ded0db
Github issue / Community forum post (link here to close automatically):
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["test/**"]
|
|
}
|