Files
n8n-enterprise-unlocked/packages/core/tsconfig.build.json
कारतोफ्फेलस्क्रिप्ट™ 34df8b6238 refactor: Consolidate tsconfig and eslintrc files (no-changelog) (#6816)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2023-08-01 17:32:43 +02:00

10 lines
184 B
JSON

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