aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/tsconfig.json')
-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/**/*"]
}