This commit is contained in:
2017-07-30 22:39:42 +02:00
parent bc489b6bf3
commit c4668bc0a6
2 changed files with 12 additions and 0 deletions

9
docs/changelog.md Normal file
View File

@ -0,0 +1,9 @@
# Changelog
## 2017-07-30: Version 7.x.x -> 8.x.x
Testfiles in ./test/ can now import files directly from the ts dir:
```javascript
// ./test/test.ts
import * as myModule from '../ts/index
```