Merge pull request #64 from QURIresearch/hotfix-missing-jsx

Fix test failure errors by allowing JSX in typescript files
This commit is contained in:
Sam Nolan 2022-03-24 06:23:06 +11:00 committed by GitHub
commit 590af695f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@ yarn-error.log
.netlify
.idea
*.gen.ts
*.gen.tsx
*.gen.js
dist

View File

@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"jsx": "react",
"allowJs": true,
"noImplicitAny": true,
"removeComments": true,