mirror of
https://github.com/Oxtaly/porkbun-wrapper.git
synced 2025-12-10 02:11:38 +00:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"strictFunctionTypes": true,
|
|
"checkJs": true,
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
} |