lang(typescript): add DOM lib

This commit is contained in:
1computer1 2020-06-17 04:45:29 -04:00
parent 9bb0741c05
commit 43c5204982
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
cat > program.ts
tsc --lib ESNext --target ES2019 --strict --skipLibCheck program.ts && cat program.js | node -p
tsc --lib DOM,ESNext --target ES2019 --strict --skipLibCheck program.ts && cat program.js | node -p