I create a very simple project to execute TypeScript with tests.
- nodejs
- typescript (npm install typescript -g)
- jasmine (npm install jasmine -g)
You should have the version installed.
tsc -v
jasmine -v
npm install
tsc ; jasmine
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I create a very simple project to execute TypeScript with tests.
You should have the version installed.
tsc -v
jasmine -v
npm install
tsc ; jasmine