Commit 3a11b34

Anton Medvedev <anton@medv.io>
2021-05-27 23:28:49
Add ts-ignore
Also it's possible to add tsconfig.json with next content: { "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "lib": [ "ESNext" ] } } But @ts-ignore is shorter.
1 parent 1667936
Changed files (1)
index.d.ts
@@ -72,6 +72,7 @@ declare global {
   const $: $
   const cd: cd
   const chalk: typeof _chalk
+  // @ts-ignore
   const fetch: typeof _fetch
   const fs: fs
   const nothrow: nothrow