UNPKG

taro-fetch-polyfill

Version:
19 lines (18 loc) 481 B
{ "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"] } }