UNPKG

@gohelpfund/insight-ui

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Help network and build your own services with it.

34 lines (33 loc) 893 B
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "commonjs", "target": "es5", "allowSyntheticDefaultImports": true, "outDir": "build/es5", "declaration": false, "sourceMap": false, "importHelpers": true }, "typedoc": { "publishDir": "_ng1_docs", "include": [ { "package": "@uirouter/core", "repo": "https://github.com/ui-router/core.git", "entry": "src/index.ts" } ], "generateOptions": { "tsconfig": "typedoc.json", "readme": "DOCS.md", "name": "@uirouter/angularjs", "theme": "node_modules/ui-router-typedoc-themes/bin/default", "out": "_doc", "internal-aliases": "internal,publicapi,publicapi", "external-aliases": "external,internalapi", "navigation-label-globals": "@uirouter/angularjs" } } }