Skip to content

Commit

Permalink
tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 8, 2023
1 parent 3060f8b commit bc8738c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"prerelease": "npm run esm-wrapper",
"release": "npm publish --access public && git push --follow-tags",
"release:beta": "npm publish --tag next --access public && git push --follow-tags",
"typecheck": "tsc --noEmit true"
"tsc": "tsc"
},
"keywords": [
"microservice",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"outDir": "dist",
"target": "ES2022",
"moduleResolution": "node",
"noEmit": true
},
"include": ["**.js"],
"exclude": ["node_modules", ".eslintrc.js", "prettier.config.js", "types"]
Expand Down

0 comments on commit bc8738c

Please sign in to comment.