Skip to content

Commit

Permalink
chore: Add noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart authored and Niklas Kiefer committed Nov 22, 2023
1 parent a5ad5d5 commit d96f21b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lerna-build-watch": "lerna run bundle:watch --stream --parallel --include-dependencies --scope",
"lerna-publish": "lerna publish -m \"chore(project): publish %s\"",
"lint": "eslint packages",
"lint:types": "tsc --noEmit --pretty",
"lint:types": "tsc --pretty",
"postinstall": "lerna bootstrap --hoist",
"reinstall": "npm ci",
"release": "run-s distro test \"lerna-publish -- {@}\" --",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
"jsxImportSource": "preact",
"noEmit": true
},
"include": [
"packages/form-js-viewer/src",
Expand Down

0 comments on commit d96f21b

Please sign in to comment.