UNPKG

@hoover-institution/hubspot-lib

Version:

A toolkit for deep integration with HubSpot's Marketing Events API with a plugin-based architecture.

16 lines (15 loc) 311 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "target": "ES2022", "module": "NodeNext", "baseUrl": ".", "paths": { "@types/*": ["types/*"] }, "typeRoots": ["./types", "./node_modules/@types"] }, "include": ["lib", "plugins", "types"] }