aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-12-01 04:26:59 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-12-01 04:26:59 +0800
commitfc2055cd93a5e847947dad10073dd0d29bfb9e29 (patch)
treea9bab22eabe191d1a193cf3b247e0c92d22219bd /packages/instant
parentd6ba7298d45d60d204b556a3b29e91d253a0824a (diff)
downloaddexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar.gz
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar.bz2
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar.lz
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar.xz
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.tar.zst
dexon-sol-tools-fc2055cd93a5e847947dad10073dd0d29bfb9e29.zip
feat: remove instant from project references
Diffstat (limited to 'packages/instant')
-rw-r--r--packages/instant/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/instant/tsconfig.json b/packages/instant/tsconfig.json
index 21bd3b821..2b3c11c9f 100644
--- a/packages/instant/tsconfig.json
+++ b/packages/instant/tsconfig.json
@@ -5,7 +5,10 @@
"rootDir": "src",
"jsx": "react",
"noImplicitAny": true,
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
+ "declaration": false,
+ "declarationMap": false,
+ "composite": false
},
"include": ["./src/**/*"]
}