{
    "extends": [
        "./tsconfig.json"
    ],
    "compilerOptions": {
        "lib": [
            "DOM",
            "DOM.Iterable",
            "ESNext"
        ],
        "types": ["tsconfig-jsdoc/importmeta.d.ts"]
    },
}