diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-02-06 00:12:58 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-05 08:12:58 -0500 |
| commit | 48fedee34e567570e43905dc9f32d0d78118b9b0 (patch) | |
| tree | 4576c5152db483762e5ae53571926903239a0262 /tsconfig.json | |
| parent | 748b0f9c9d267dddf6f59c9d2ca8728bc76e630f (diff) | |
Add WebAssembly to runtime library (#1677)
This also modifies the `ts_library_builder` to support inlining assets.
Includes integration tests from @sh7dm
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 6840cf7b3..1aaf7722d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,7 @@ }, "files": [ "node_modules/typescript/lib/lib.esnext.d.ts", + "js/lib.web_assembly.d.ts", "js/main.ts", "js/compiler.ts" ] |
