From 6c86007df6971d8a132a2048e700f396f5c1fda4 Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Mon, 25 Mar 2024 14:22:36 -0500 Subject: [PATCH] fix motoko examples typescript issues --- examples/motoko_examples/phone-book/tsconfig.json | 1 - examples/motoko_examples/superheroes/tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/motoko_examples/phone-book/tsconfig.json b/examples/motoko_examples/phone-book/tsconfig.json index 31efb3cc99..8fe514305b 100644 --- a/examples/motoko_examples/phone-book/tsconfig.json +++ b/examples/motoko_examples/phone-book/tsconfig.json @@ -4,7 +4,6 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", - "lib": ["ES2018", "DOM"], "module": "commonjs", "strict": true, "target": "es2018" diff --git a/examples/motoko_examples/superheroes/tsconfig.json b/examples/motoko_examples/superheroes/tsconfig.json index 31efb3cc99..8fe514305b 100644 --- a/examples/motoko_examples/superheroes/tsconfig.json +++ b/examples/motoko_examples/superheroes/tsconfig.json @@ -4,7 +4,6 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", - "lib": ["ES2018", "DOM"], "module": "commonjs", "strict": true, "target": "es2018"