aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-02-21 14:14:05 -0600
committermat <github@matdoes.dev>2022-02-21 14:14:05 -0600
commit6117827dd602c03123fa9437e9a8d6d025299aad (patch)
treeb90f4576dfd18de45266934d94b3ba950c334126 /tsconfig.json
parent03b8d8c7126bcb5709a7d3d5f3c911996ef8106c (diff)
downloadskyblock-api-6117827dd602c03123fa9437e9a8d6d025299aad.tar.gz
skyblock-api-6117827dd602c03123fa9437e9a8d6d025299aad.tar.bz2
skyblock-api-6117827dd602c03123fa9437e9a8d6d025299aad.zip
add missing things to typings
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 291a04f..ec63b9a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,8 @@
"outDir": "build",
"strictNullChecks": true,
"moduleResolution": "node",
- "incremental": true
+ "incremental": true,
+ "declaration": true
},
"include": ["src"],
"exclude": ["**/node_modules"],