diff --git a/examples/types-use-ipfs-from-ts/tsconfig.json b/examples/types-use-ipfs-from-ts/tsconfig.json index df5cdf36..ff9700ec 100644 --- a/examples/types-use-ipfs-from-ts/tsconfig.json +++ b/examples/types-use-ipfs-from-ts/tsconfig.json @@ -4,8 +4,9 @@ "skipLibCheck": true, "noImplicitAny": false, "esModuleInterop": true, - "moduleResolution": "Node", - "noEmit": true + "moduleResolution": "node", + "noEmit": true, + "lib": ["ES2020", "ES2020.Promise", "ES2020.String", "ES2020.BigInt", "DOM", "DOM.Iterable"] }, "include": [ "src" diff --git a/examples/types-use-ipfs-from-typed-js/tsconfig.json b/examples/types-use-ipfs-from-typed-js/tsconfig.json index e3bbece7..e2e15811 100644 --- a/examples/types-use-ipfs-from-typed-js/tsconfig.json +++ b/examples/types-use-ipfs-from-typed-js/tsconfig.json @@ -6,8 +6,9 @@ "skipLibCheck": true, "noImplicitAny": false, "esModuleInterop": true, - "moduleResolution": "Node", - "noEmit": true + "moduleResolution": "node", + "noEmit": true, + "lib": ["ES2020", "ES2020.Promise", "ES2020.String", "ES2020.BigInt", "DOM", "DOM.Iterable"] }, "include": [ "src"