Skip to content

Commit

Permalink
tsconfig: ajustando alerta
Browse files Browse the repository at this point in the history
tsconfig: ajustando alerta do arquivo
  • Loading branch information
fonteeboa committed May 14, 2024
1 parent aedcf63 commit 38fc63e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/aria-query": "^5.0.4",
"@types/scheduler": "^0.23.0",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"types": ["scheduler"],
"target": "es6",
"lib": [
"dom",
Expand Down

0 comments on commit 38fc63e

Please sign in to comment.