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

12 lines
156 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"noEmit": true,
"strict": true
},
"files": [
"./reusify.d.ts"
]
}