diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-18 20:39:20 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-18 21:25:37 -0400 |
| commit | 8886e1b55f3495b3b798825274a910e5f231a74b (patch) | |
| tree | 1b1be7a8819cd24e9a1da9cc1914ff1db34a0b9b /tsconfig.json | |
| parent | 39da69f051c48f15dd4af5e8a4cbe17ff4f349e5 (diff) | |
Initial support for remote imports
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 71fb930b7..d598b8ce0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "preserveConstEnums": true, "declaration": true, "target": "es2017", - "lib": ["es2017"], + "lib": ["es2017", "DOM"], "noEmit": true, "noUnusedLocals": true, "noImplicitReturns": true, |
