taro-fetch-polyfill
Version:
W3C fetch() API polyfill for Taro 3+
19 lines (18 loc) • 481 B
JSON
{
"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"]
}
}