Skip to content

Commit

Permalink
chore: add example/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Sep 9, 2021
1 parent 6980683 commit 4be20af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react"
}
}

0 comments on commit 4be20af

Please sign in to comment.