1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tsc
Nayeem Rahman ef7bc5e0a6
fix(check): ignore TS2306 (#14940)
Fixes a regression where this type checking error was being surfaced in certain scenarios.
2022-06-23 12:18:32 -04:00
..
00_typescript.js feat: update to TypeScript 4.7 (#14242) 2022-06-01 10:19:18 +10:00
99_main_compiler.js fix(check): ignore TS2306 (#14940) 2022-06-23 12:18:32 -04:00
compiler.d.ts feat: update to TypeScript 4.7 (#14242) 2022-06-01 10:19:18 +10:00
README.md refactor: Rename runtime/rt to runtime/js (#8806) 2020-12-17 17:37:57 +01:00

tsc

This directory contains the typescript compiler and a small compiler host for the runtime snapshot.