Skip to content

Commit 795227a

Browse files
fix: disable declaration in tsconfig.json (#172)
1 parent a8575af commit 795227a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "@robot-inventor/tsconfig-base/bundler.json"
2+
"extends": "@robot-inventor/tsconfig-base/bundler.json",
3+
"compilerOptions": {
4+
"declaration": false
5+
}
36
}

0 commit comments

Comments
 (0)