elcharitas/waxe

View on GitHub
docs/typedoc.json

Summary

Maintainability
Test Coverage
{
    "name": "Waxe.js",
    "exclude": "**/cli.ts",
    "disableOutputCheck": true,
    "tsconfig": "../src/tsconfig.json",
    "entryPoints": ["../waxe.d.ts"],
    "readme": "./index.md",
    "theme": "./theme"
}