porkbun-wrapper/jsconfig.json
2025-06-04 00:42:15 +02:00

13 lines
263 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"lib": ["ESNext"],
"target": "ESNext",
"strictFunctionTypes": true,
"checkJs": true,
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}