Skip to content

Commit

Permalink
tsconfig corrected (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Jul 18, 2024
1 parent 8b9210c commit a001013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"composite": true,
"jsx": "react-jsx",
"module": "Node16",
"noEmit": true,
"outDir": "dist",
"preserveWatchOutput": true,
"rootDir": "src",
"target": "ESNext"
},
"extends": "@tsconfig/strictest/tsconfig.json",
Expand Down

0 comments on commit a001013

Please sign in to comment.