Skip to content

Commit

Permalink
re-enable tsc type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Sep 3, 2024
1 parent 2d0b622 commit 7ab14e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "main.js",
"scripts": {
"crawl": "node ./cli/crawl-cli",
"test": "npm run lint && npm run unit",
"test": "npm run lint && tsc && npm run unit",
"unit": "node ./tests/runTests.js && npm run mocha",
"mocha": "mocha ./tests/**/*.mocha.js",
"lint": "eslint *.js cli/ collectors/ helpers/ post-processing/ tests/ reporters/",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"target": "es2021",
"moduleResolution": "node",
"lib": ["dom", "ES2021"],
"allowJs": true,
"checkJs": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 7ab14e3

Please sign in to comment.