Skip to content

Commit

Permalink
fix(package): fix ts memes
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jun 13, 2024
1 parent c3e4d7e commit d61a1d0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"@commitlint/cz-commitlint": "^17.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/react": "18.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router": "5.1.18",
"commitizen": "^4.2.4",
"husky": "^8.0.1",
Expand Down
24 changes: 14 additions & 10 deletions pnpm-lock.yaml

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

6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
"allowSyntheticDefaultImports": true
},
"include": ["src", "globals.d.ts"],
"include": ["src"],
"exclude": ["node_modules"]
}

0 comments on commit d61a1d0

Please sign in to comment.