Skip to content

Commit 3c2f05e

Browse files
committed
Adding noEmilt to tsconfig
1 parent c42b2c4 commit 3c2f05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.shared.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"strict": true,
66
"jsx": "react-jsx",
77

8+
// Using vite to emit the final build
9+
"noEmit": true,
10+
811
// Required for importing packages, like React, that have `export =`
912
"esModuleInterop": true,
1013

0 commit comments

Comments
 (0)