Skip to content

Commit

Permalink
chore: move noEmit to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 13, 2024
1 parent d6e0f87 commit c9dd63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build": "pkgroll --target=node12.19 --minify",
"lint": "lintroll --cache .",
"type-check": "tsc --noEmit",
"type-check": "tsc",
"test": "pnpm build && tsx tests",
"dev": "tsx watch --conditions=development tests",
"prepack": "pnpm build && clean-pkg-json"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "Node16",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"isolatedModules": true,
}
Expand Down

0 comments on commit c9dd63a

Please sign in to comment.