Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit aa46694

Browse files
committed
noEmit should put in scripts
1 parent bb543b9 commit aa46694

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"start": "cross-env NODE_ENV=development father doc dev --storybook",
2929
"build": "father doc build --storybook",
3030
"compile": "father build",
31-
"tsc": "tsc",
31+
"tsc": "tsc --noEmit",
3232
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3333
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3434
"test": "father test",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"declaration": true,
88
"skipLibCheck": true,
99
"esModuleInterop": true,
10-
"noEmit": true,
1110
"paths": {
1211
"@/*": ["src/*"],
1312
"@@/*": ["src/.umi/*"],

0 commit comments

Comments
 (0)