Wlxyzxyz's Blog
typescript
configuration of webstorm for typescript
2021/9/5
## Create Project Create a new node project.  Here is reference
express.js with typescript
2021/9/5
# express.js with typescript reference: https://github.com/microsoft/TypeScript-Node-Starter F
vscode 中使用mocha
2023/12/25
## Mocha 设置 ```bash npm install ts-node --save-dev ``` ```bash npm install chai mocha @t