Skip to content

Commit 8298cdc

Browse files
committed
build: omit d.ts twin from ts build
Without this building exported.js fails because it would overwrite the exported.d.ts in scm
1 parent e4059e5 commit 8298cdc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: packages/bundle-source/tsconfig.build.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"allowJs": true
88
},
99
"exclude": [
10+
"src/exports.*",
1011
"test/"
1112
]
1213
}

Diff for: packages/eventual-send/tsconfig.build.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"allowJs": true
88
},
99
"exclude": [
10+
"src/exports.*",
1011
"test/"
1112
]
1213
}

Diff for: packages/far/tsconfig.build.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"allowJs": true
88
},
99
"exclude": [
10+
"src/exports.*",
1011
"test/"
1112
]
1213
}

0 commit comments

Comments
 (0)