Skip to content

Commit

Permalink
chore: update tsconfig.json (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Jul 5, 2024
1 parent 168758d commit 30b119f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.1",
"@mui/material": "5.14.1",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-virtual": "^3.0.0-beta.59",
"axios": "^1.6.7",
"copy-to-clipboard": "3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"module": "CommonJS",
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 30b119f

Please sign in to comment.