Skip to content

simple ts starter configuration for scripting typescript. Uses ts-node to debug current file

License

Notifications You must be signed in to change notification settings

veritascs/ts-scratch-paper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-scratch-paper

A simple starting configuration for jotting typescript code. Configured to debug current file.

setup

  • fork
  • clone
  • $ cd ts-scratch-paper
  • $ npm install
  • copy the codewar solution to solution.ts
  • copy the tests to test.ts and remove the first two lines:
    • /// <reference path="/runner/typings/mocha/index.d.ts" />
    • /// <reference path="/runner/typings/chai/index.d.ts" />

test

  • $ npm test

debugging

  • with target file open, launch debugger (f5)

About

simple ts starter configuration for scripting typescript. Uses ts-node to debug current file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%