Skip to content

Commit

Permalink
fix: disable declaration in tsconfig.json (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor authored Aug 12, 2024
1 parent a8575af commit 795227a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@robot-inventor/tsconfig-base/bundler.json"
"extends": "@robot-inventor/tsconfig-base/bundler.json",
"compilerOptions": {
"declaration": false
}
}

0 comments on commit 795227a

Please sign in to comment.