diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-30 11:11:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-30 11:11:33 -0400 |
| commit | c370f749b2260cc1d8970b1dcdc63ff00008e26d (patch) | |
| tree | 1eff43e71ca0a5ccaeb48a3bf891bf2fdc0712ba /tsconfig.json | |
| parent | 5401cb76304ae8d3e8896f6020ba4ef25bac0bba (diff) | |
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index e9f8048df..4fb16fac1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ }, "files": [ "js/lib.web_assembly.d.ts", + "js/lib.deno_runtime.d.ts", "core/core.d.ts", "core/libdeno/libdeno.d.ts", "js/main.ts", |
