Skip to content

Commit dffd4e4

Browse files
committed
build: prevent tsc emit files during type check
1 parent e89a006 commit dffd4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"rootDir": "./src/",
66
"jsx": "react-jsx",
77
"strict": true,
8+
"noEmit": true,
89
"incremental": false,
910
"declaration": true,
1011
"moduleResolution": "node",

0 commit comments

Comments
 (0)