Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 329 Bytes

File metadata and controls

7 lines (4 loc) · 329 Bytes

ts-project

Source and test files are writen in typescript and transpiled with to es6 with tsc. - using npm run test:watch command

Properties "mocha.sourceDir" and "mocha.outputDir" in .vscode/settings.json must be specified.

This configuration will work with react .tsx files - babel preset is needed.