Skip to content

Commit

Permalink
🧹 update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Aug 27, 2024
1 parent d84050a commit c1f5e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": "astro/tsconfigs/strict",
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": true,
"checkJs": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
Expand Down

0 comments on commit c1f5e82

Please sign in to comment.