add Typescript support
This commit is contained in:
parent
ac5035b5c3
commit
4d9dff0b9a
2 changed files with 8 additions and 0 deletions
2
languages/typescript/run.sh
Normal file
2
languages/typescript/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
cat > program.ts
|
||||
tsc --lib ESNext --target ES2019 --strict --skipLibCheck program.ts && cat program.js | node -p || true
|
Loading…
Add table
Add a link
Reference in a new issue