mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 13:09:08 +00:00
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2021",
|
|
"lib": ["es2021"],
|
|
"importHelpers": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"incremental": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["**/*.credentials.ts", "**/*.node.ts"]
|
|
}
|