This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git
commit 1b2eeb5291b473ced11d70c2594aa4a8e899551d Author: ocket8888 <[email protected]> AuthorDate: Wed Apr 27 20:58:25 2022 -0600 Explicitly disable DOM lib --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 914bf92..80bd016 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "ES2021", + "lib": ["ES2021"], "module": "ES6", "removeComments": true, "declaration": true,
