diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-12 01:53:18 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-11 10:53:18 -0400 |
| commit | 75a500ba81d50c77c58c8ec0c1ff62769f5eeb4c (patch) | |
| tree | efd4201b5009c993bad7669ff033153293d60936 /tools/ts_library_builder/tsconfig.json | |
| parent | 034e2cc02829c9244b32232074c7a48af827a2fb (diff) | |
Update to TypeScript 3.3 (#1908)
Diffstat (limited to 'tools/ts_library_builder/tsconfig.json')
| -rw-r--r-- | tools/ts_library_builder/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ts_library_builder/tsconfig.json b/tools/ts_library_builder/tsconfig.json index 6d010335c..54db4887e 100644 --- a/tools/ts_library_builder/tsconfig.json +++ b/tools/ts_library_builder/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "lib": ["esnext"], "moduleResolution": "node", "strict": true, "target": "esnext" |
