UNPKG

pipebomb.js

Version:

Library for interacting with Pipe Bomb servers

15 lines 334 B
{ "compilerOptions": { "module": "ES2020", "moduleResolution": "node", "target": "ES2020", "sourceMap": true, "outDir": "dist", "watch": false, "declaration": true, "allowSyntheticDefaultImports": true }, "include": [ "src/**/*" ] }