mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
⚡ Make tsconfig.json files "fully" valid JSON files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"es2017"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"node"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
@@ -22,7 +22,7 @@
|
||||
"**/*.d.ts",
|
||||
"commands/**/*",
|
||||
"index.ts",
|
||||
"src/**/*",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user