Skip to content

Commit

Permalink
feat(tsconfig): remove declaration option from react config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBechtel authored May 16, 2024
1 parent 774940f commit f00a8b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"compilerOptions": {
"moduleResolution": "bundler",
"module": "Preserve",
"declaration": false,
"jsx": "react-jsx"
}
}

0 comments on commit f00a8b5

Please sign in to comment.