Skip to content

Commit 52685e5

Browse files
committed
add tsc command
1 parent 9c17cc6 commit 52685e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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",
3940
"now-build": "npm run build"
4041
},
4142
"peerDependencies": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"baseUrl": "./",
66
"jsx": "preserve",
77
"declaration": true,
8+
"noEmit": true,
89
"skipLibCheck": true,
910
"esModuleInterop": true,
1011
"paths": {

0 commit comments

Comments
 (0)