Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2026 The Gleam contributors 3name = "typescript_declarations" 4version = "1.0.0" 5target = "javascript" 6 7[javascript] 8typescript_declarations = true 9 10[dependencies] 11gleam_stdlib = ">= 0.44.0 and < 2.0.0"