mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": ["./tsconfig.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist/esm",
|
|
"tsBuildInfoFile": "dist/esm/typecheck.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|