Skip to content

Commit

Permalink
Merge pull request #103 from ryota-murakami/fix/vite-template-redux/b…
Browse files Browse the repository at this point in the history
…roken-build-type-heck
  • Loading branch information
markerikson authored May 5, 2023
2 parents 751d497 + 6e4cc76 commit 0a1195a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/vite-template-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@testing-library/user-event": "^14.2.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-template-redux/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"types": ["testing-library__jest-dom"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit 0a1195a

Please sign in to comment.