deno_typescript 0.18.0-preview2

To compile TypeScript to a snapshot during build.rs
Documentation
1
2
3
4
5
6
{
  "compilerOptions": {
    "strict": true,
    "target": "esnext"
  }
}