deno_typescript 0.49.0

To compile TypeScript to a snapshot during build.rs
Documentation
[dependencies.deno_core]
version = "0.49.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.112"

[dependencies.serde_json]
version = "1.0.55"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "To compile TypeScript to a snapshot during build.rs"
edition = "2018"
exclude = ["typescript/tests/*", "typescript/src/*", "typescript/scripts/*", "typescript/doc/*", "typescript/lib/*/*.json"]
license = "MIT"
name = "deno_typescript"
repository = "https://github.com/denoland/deno"
version = "0.49.0"