UNPKG

@moscowcity/ym-api

Version:

Forked version of https://github.com/kontsevoye/ym-api with removed console.error

15 lines 239 B
{ "extends": "@tsconfig/node12/tsconfig.json", "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ], "compilerOptions": { "outDir": "./dist", "declaration": true, "strict": true } }