diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-11-22 16:05:57 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-11-22 16:07:15 +0000 |
commit | c3ec7aea019711145f7954149b34dbbf7abd4c62 (patch) | |
tree | cfec37b67c950ac0b714d77fe8e836eb0d4e7887 /gleam.toml | |
parent | ab2ff059c86fcdd596396982ee3383b878fc3baf (diff) | |
download | javascript-c3ec7aea019711145f7954149b34dbbf7abd4c62.tar.gz javascript-c3ec7aea019711145f7954149b34dbbf7abd4c62.zip |
v0.2.0
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |