Skip to content

Commit

Permalink
website not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jun 12, 2023
1 parent 0aa173e commit b61760e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist",
"strict": true
"strict": true,
"jsx": "react-jsx"
}
}

0 comments on commit b61760e

Please sign in to comment.