UNPKG

@hasadna/open-bus-api-client

Version:

A client library for interacting with the Open-Bus API.

17 lines (16 loc) 261 B
{ "compilerOptions": { "declaration": true, "target": "es6", "module": "commonjs", "moduleResolution": "node", "outDir": "dist", "typeRoots": [ "node_modules/@types" ] }, "exclude": [ "dist", "node_modules" ] }