lang(typescript): add DOM lib
This commit is contained in:
parent
9bb0741c05
commit
43c5204982
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue