Skip to content

Commit 65f19e6

Browse files
committed
fix: Fix tsc build to emit output
1 parent a781f2a commit 65f19e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/slick-lions-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'workspace-meta': patch
3+
---
4+
5+
Fix tsc build to output to dist

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"declaration": true
4+
"declaration": true,
5+
"noEmit": false
56
},
67
"include": ["src"],
78
"exclude": ["**/*.test.ts"]

0 commit comments

Comments
 (0)