chore: project config changes for typescript migration

This commit is contained in:
Justin Starry
2021-03-15 11:00:43 +08:00
committed by Justin Starry
parent 3ea23fe736
commit 3eb9f7b3eb
33 changed files with 636 additions and 6274 deletions

View File

@ -19,13 +19,11 @@ All other commit types will trigger no new release.
## Reference
### Static Analysis
eslint and flow-type are used.
Helpful link: https://www.saltycrane.com/flow-type-cheat-sheet/latest/
eslint and TypeScript are used.
### Testing Framework
https://mochajs.org/
### API Documentation
ESDoc is used to document the public API. See
https://esdoc.org/manual/tags.html for details.
TypeDoc is used to document the public API. See
https://typedoc.org/ for details.