mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"extends": ["./tsconfig.json", "../../tsconfig.build.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["test/**", "src/**/__tests__/**"]
|
|
}
|