diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-12 20:10:26 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-12 20:10:26 -0800 |
commit | f08f8767fda6b7328d0385631ca73ac1cd9864d3 (patch) | |
tree | 6778894a5e1ed53c0e9ed88542c7cbd6425814d3 | |
parent | 34bb5e0c659223d782ade50fb1f759088da4567a (diff) |
Bump up tsdoc TS config lib
-rw-r--r-- | tsconfigdoc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfigdoc.json b/tsconfigdoc.json index 0fc1bd0..dcd1311 100644 --- a/tsconfigdoc.json +++ b/tsconfigdoc.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "lib": [ - "ES2018", + "ES2021", "DOM" ], "baseUrl": ".", |