Skip to content

Commit 8f907c1

Browse files
Copilotpchalupa
andcommitted
Remove --noEmit flag from type:check script
Co-authored-by: pchalupa <[email protected]>
1 parent ea67f5f commit 8f907c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"spellcheck": "cspell --no-progress --gitignore **/*.{js,ts,tsx,json,md}",
2222
"test": "jest",
2323
"lint:fix": "eslint --cache --concurrency=auto --fix",
24-
"type:check": "tsc --noEmit"
24+
"type:check": "tsc"
2525
},
2626
"dependencies": {
2727
"@dev-plugins/react-native-mmkv": "^0.4.0",

0 commit comments

Comments
 (0)