Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Dec 23, 2024
1 parent da9cbe3 commit 55ac0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ui-lib/*": ["./ui-lib/*"],
"@config/*": ["./config/*"],
"@models/*": ["./models/*"],
"@/*": ["./*"],
"@/*": ["./*"]
},
"strictNullChecks": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components-library/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strict": false,
"paths": {
"@/*": ["./src/*"],
"react": [ "./node_modules/@types/react" ]
"react": ["./node_modules/@types/react"]
}
},
"include": ["src/**/*", "additional.d.ts"]
Expand Down

0 comments on commit 55ac0d8

Please sign in to comment.