Skip to content

Commit a044c7c

Browse files
committed
fix es/lib files missing
close #652
1 parent 4b3e7ef commit a044c7c

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
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3737
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3838
"test": "father test",
39-
"tsc": "tsc",
39+
"tsc": "tsc --noEmit",
4040
"now-build": "npm run build"
4141
},
4242
"peerDependencies": {

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"baseUrl": "./",
66
"jsx": "preserve",
77
"declaration": true,
8-
"noEmit": true,
98
"skipLibCheck": true,
109
"esModuleInterop": true,
1110
"paths": {

0 commit comments

Comments
 (0)