Skip to content

Files

Latest commit

6068e1f · Jul 25, 2018

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018

TSLS provides 3 basic test file skeletons

  • a bash script
  • a js script
  • a .ts script

To compile the first.ts test file, simple do:

cd test && tsc -p tsconfig.test.json

Or instead of compiling, you can try using ts-node instead:
https://github.com/TypeStrong/ts-node