Fix test failure errors

This commit is contained in:
Sam Nolan 2022-03-24 06:17:53 +11:00
parent fd6c5d3eb8
commit 5131f2e269
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,