Files
n8n-nodes-gwezz-changdunovel/node_modules/is-regex/tsconfig.json
2025-10-26 23:10:15 +08:00

10 lines
114 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage"
]
}