diff options
author | mat <github@matdoes.dev> | 2022-02-21 14:14:05 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-21 14:14:05 -0600 |
commit | 6117827dd602c03123fa9437e9a8d6d025299aad (patch) | |
tree | b90f4576dfd18de45266934d94b3ba950c334126 /tsconfig.json | |
parent | 03b8d8c7126bcb5709a7d3d5f3c911996ef8106c (diff) | |
download | skyblock-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.json | 3 |
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"], |