@cllbk/ghl
Version:
A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.
15 lines (14 loc) • 328 B
JSON
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"sourceMap": true,
"outDir": "./dist",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"declaration": true,
"removeComments": false
},
"include": ["src/**/*", "src/objects/oauth/.ts"]
}