Skip to content

Commit

Permalink
feat: added config change
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhkeshan committed Dec 30, 2024
1 parent d4fc950 commit fd2398c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",

"noEmitOnError": false,
/* Linting */
"strict": true,
"noUnusedLocals": false,
Expand Down
1 change: 1 addition & 0 deletions frontend/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"noEmitOnError": false,

/* Linting */
"strict": true,
Expand Down

0 comments on commit fd2398c

Please sign in to comment.