UNPKG

@hubbleprotocol/hubble-sdk

Version:
15 lines (14 loc) 235 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "dist", "rootDir": "src", "noImplicitAny": false, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": [ "dist", "tests" ] }