Skip to content

Commit

Permalink
add typecheck to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Nov 2, 2023
1 parent fec145f commit 69f1dd6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.deeper
.DS_Store
node_modules
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
}
}

0 comments on commit 69f1dd6

Please sign in to comment.