UNPKG

packagist-api-client

Version:

Packgist (PHP Package Repository) API client in JavaScript.

15 lines (14 loc) 292 B
{ "compilerOptions": { "module": "commonjs", "strict": true, "noImplicitAny": true, "esModuleInterop": true, "removeComments": true, "target": "ES2018", "outDir": "dist", "declaration": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }