Switch from coffee script to typescrit

- Better tooling support
- Stronger type checking
- Unit test with jest
- JSDocc support
This commit is contained in:
Xuan Sang LE
2020-05-29 22:22:00 +02:00
parent 759cd1fc6f
commit 1c32f2010c
82 changed files with 14880 additions and 7293 deletions

7
.gitignore vendored
View File

@ -1,3 +1,8 @@
build
node_modules
.DS_Store
.DS_Store
package-lock.json
dist
docs
coffees
.vscode