typescript_tsconfig_json 0.5.4

Shapes for TypeScript tsconfig.json.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "typescript_tsconfig_json"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shapes for TypeScript tsconfig.json."
readme = false
license = "MIT"
repository = "https://github.com/milesj/rust-js-ecosystem"
resolver = "2"

[features]
default = []
serialize = []

[lib]
name = "typescript_tsconfig_json"
path = "src/lib.rs"

[[test]]
name = "compiler_options_test"
path = "tests/compiler_options_test.rs"

[[test]]
name = "tsconfig_json_test"
path = "tests/tsconfig_json_test.rs"

[dependencies.clean-path]
version = "0.2.1"

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.relative-path]
version = "2.0.1"
features = ["serde"]

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.serde]
version = "^1"
features = ["derive"]

[dependencies.serde_json]
version = "^1"

[dependencies.starbase_utils]
version = "0.12.6"
features = ["json"]
default-features = false

[dev-dependencies.starbase_sandbox]
version = "0.10.4"