n8n/packages/cli/tsconfig.build.json

10 lines
184 B
JSON
Raw Normal View History

{
"extends": ["./tsconfig.json", "../../tsconfig.build.json"],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
}