UNPKG
@gitzone/npmts
Version:
latest (8.0.38)
8.0.38
8.0.30
best practice npm TypeScript modules
gitlab.com/gitzone/npmts
@gitzone/npmts
/
docs
/
changelog.md
11 lines
(7 loc)
•
196 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
# 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 ```