refactor: with TypeScript (#24)

* refactor: add ts support (#19)

Co-authored-by: 逆寒 <869732751@qq.com>
This commit is contained in:
Amour1688
2020-07-09 20:51:47 +08:00
committed by GitHub
parent 3d49271878
commit bc4ef2c028
18 changed files with 430 additions and 285 deletions

View File

@ -5,6 +5,7 @@
],
"scripts": {
"publish": "lerna publish",
"test": "lerna run test",
"dev": "node scripts/dev.js",
"site": "node scripts/site.js"
},