remove old ts node package

This commit is contained in:
Dan Vargas 2022-02-06 13:58:53 -07:00
parent 59f164c48c
commit f113b0c00a
6 changed files with 0 additions and 32 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
source ../../node/15.10.0/build.sh
source ./environment
bin/npm install -g typescript@4.2.3

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
# Put instructions to compile source code, remove this file if the language does not require this stage
rename 's/$/\.ts/' "$@" # Add .ts extension
tsc *.ts

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH

View File

@ -1,5 +0,0 @@
{
"language": "typescript",
"version": "4.2.3",
"aliases": ["ts", "node-ts", "tsc"]
}

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
CODE=$1.js
shift
node $CODE "$@"

View File

@ -1 +0,0 @@
console.log('OK');