{
    "entryPoints": ["./src/Chalkboard.ts"],
    "entryPointStrategy": "resolve",
    "out": "../zushah.github.io/Chalkboard/",
    "cleanOutputDir": false,
    "readme": "./README.md",
    "name": "Chalkboard",
    "includeVersion": true,
    "sidebarLinks": {
        "Source code": "https://raw.githubusercontent.com/Zushah/Chalkboard/main/dist/Chalkboard.js",
        "Examples": "https://zushah.github.io/Chalkboard/examples/index.html"
    },
    "plugin": ["typedoc-material-theme"],
    "themeColor": "#013D57"
}
