{
    "compilerOptions": {
        "target": "ES5",
        "module": "ES6",
        "moduleResolution": "Node",
        "allowSyntheticDefaultImports": true,
        "downlevelIteration": true,
        "skipLibCheck": true,
        "lib": ["ES2022", "DOM"]
    },
    "include": ["source/*.ts"],
    "typedocOptions": {
        "name": "Taro Fetch polyfill",
        "excludeExternals": true,
        "excludePrivate": true,
        "plugin": ["typedoc-plugin-mdn-links"]
    }
}
