addyosmani / addyosmani/critical
Discover problems
未关闭
- 主要语言
- JavaScript
- 星标
- 10.3k
- 派生
- 390
- PR 合并指标
- 30 天内没有已合并 PR
描述
Maybe you could benefit from Typescript's static analysis.
```
npm i typescript
npx tsc
```
`tsconfig.json`
```json
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"module": "NodeNext",
"moduleResolution": "nodenext"
},
"files": [
"cli.js",
"index.js",
],
"include": [
"src/*.js"
]
}
```
贡献指南
评估
这个 Issue 还没有评估数据。