remove old ts node package
This commit is contained in:
parent
59f164c48c
commit
f113b0c00a
|
@ -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
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put 'export' statements here for environment variables
|
||||
export PATH=$PWD/bin:$PATH
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"language": "typescript",
|
||||
"version": "4.2.3",
|
||||
"aliases": ["ts", "node-ts", "tsc"]
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
|
||||
CODE=$1.js
|
||||
shift
|
||||
|
||||
node $CODE "$@"
|
|
@ -1 +0,0 @@
|
|||
console.log('OK');
|
Loading…
Reference in New Issue