/stdlib-typescript

Demonstration of using stdlib in a TypeScript project.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

TypeScript Demo

Demonstration of using stdlib in a TypeScript project.

Usage

Clone this repository

$ cd ./path/to/parent/folder && git clone https://github.com/kgryte/stdlib-typescript.git

Navigate to the root repository directory

$ cd ./stdlib-typescript

Install project dependencies

$ npm install

To perform a successful build, run

$ tsc

To perform a failed build, run

$ npm run build:error