mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
9f87cc25a0
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
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/**"]
|
|
}
|