UNPKG

node-beget

Version:

Client library for accessing Beget API

19 lines 379 B
{ "compilerOptions": { "moduleResolution": "node", "target": "ES2020", "module": "commonjs", "declaration": true, "outDir": "./build", "removeComments": false, "strict": true, "noUnusedLocals": true, "noImplicitReturns": true, "noUnusedParameters": true }, "include": [ "src/**/*", // "test/**/*", "src/types/**/*", ] }