-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
Maybe you could benefit from Typescript's static analysis.
npm i typescript
npx tsc
tsconfig.json
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"module": "NodeNext",
"moduleResolution": "nodenext"
},
"files": [
"cli.js",
"index.js",
],
"include": [
"src/*.js"
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels