Skip to main content
Module

x/ky/tsconfig.json

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Go to Latest
File
{ "extends": "@sindresorhus/tsconfig", "compilerOptions": { "target": "ES2019", // Node.js 12 "lib": [ "ES2019", "DOM", "DOM.Iterable", ], "useDefineForClassFields": false, "allowSyntheticDefaultImports": true, "module": "ES2020" }, "include": [ "source", "test" ]}