Skip to content

Commit a7d5c6c

Browse files
chore: fix tsc error in root tsconfig file [ci skip] (#258)
Co-authored-by: Arlo <[email protected]>
1 parent 95138a0 commit a7d5c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"strict": true,
2424
"strictNullChecks": true,
2525
"noImplicitAny": false,
26+
// We use tsup/vite instead of tsc to build the package, so we don't need to care about this option.
27+
// Add outDir option to avoid tsconfig error in monorepo.
28+
"outDir": "dist",
2629
"esModuleInterop": true
2730
},
2831
"exclude": [

0 commit comments

Comments
 (0)