deno_typescript 0.43.0

To compile TypeScript to a snapshot during build.rs
Documentation
[package]
name = "deno_typescript"
version = "0.43.0"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
repository = "https://github.com/denoland/deno"
authors = ["the Deno authors"]
edition = "2018"

exclude = [
  "typescript/tests/*",
  "typescript/src/*",
  "typescript/scripts/*",
  "typescript/doc/*",
  "typescript/lib/*/*.json",
]

[lib]
path = "lib.rs"

[dependencies]
deno_core = { path = "../core", version = "0.43.0" }
serde_json = "1.0.52"
serde = { version = "1.0.106", features = ["derive"] }