UNPKG

@robotical/appv2-analytics-gatherer

Version:

A tool that gathers data from the Apps and sends it to the Analytics server

14 lines 285 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": false, "declaration": true, "declarationMap": false, "outDir": "./types-package/dist-types", "skipLibCheck": true, "isolatedModules": false }, "include": [ "types-package/index.ts" ] }