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 還沒有評估資料。