diff options
| author | Mohsen Azimi <me@azimi.me> | 2018-06-01 23:20:33 +0300 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-01 22:20:33 +0200 |
| commit | 7b5fbc71970056515c41f6983fc8e1f8ee443d11 (patch) | |
| tree | 55e81b9e705141de9096fc93351a811fc1067c8f /tsconfig.json | |
| parent | 6cef88a09a8e5ac80018c6e7aa5dd218d11d591d (diff) | |
Remove text-encoding.d.ts - the declarations are included in TS (#6)
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 769d75b46..410ff757a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "preserveConstEnums": true, "declaration": true, "target": "es2017", - "lib": ["es2017", "DOM"], + "lib": ["es2017", "dom"], "noEmit": true, "noUnusedLocals": true, "noImplicitReturns": true, |
