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