We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
declaration
tsconfig.json
1 parent a8575af commit 795227aCopy full SHA for 795227a
tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "@robot-inventor/tsconfig-base/bundler.json"
+ "extends": "@robot-inventor/tsconfig-base/bundler.json",
3
+ "compilerOptions": {
4
+ "declaration": false
5
+ }
6
}
0 commit comments