aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 9be28fd..3d324e6 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_javascript"
-version = "0.1.0"
+version = "0.2.0"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"
@@ -11,6 +11,9 @@ links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
+[javascript]
+typescript_declarations = true
+
[dependencies]
gleam_stdlib = "~> 0.19"