summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ae84a37..3c4a19f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,8 +5,7 @@
"strict": true,
"jsx": "react",
"outDir": "dist",
- "sourceMap": true,
- "declaration": true
+ "sourceMap": true
},
"include": [
"src/**/*"