Skip to content

Commit

Permalink
fix motoko examples typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 25, 2024
1 parent 6b337c8 commit 6c86007
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/motoko_examples/phone-book/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["ES2018", "DOM"],
"module": "commonjs",
"strict": true,
"target": "es2018"
Expand Down
1 change: 0 additions & 1 deletion examples/motoko_examples/superheroes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["ES2018", "DOM"],
"module": "commonjs",
"strict": true,
"target": "es2018"
Expand Down

0 comments on commit 6c86007

Please sign in to comment.