Skip to content

Commit f20874b

Browse files
committed
use main tsconfig for CDN bundles
1 parent 63389db commit f20874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/plugins/bundlePlugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function makeTerserPlugin() {
100100
*/
101101
export function makeTSPlugin(jsVersion) {
102102
const baseTSPluginOptions = {
103-
tsconfig: 'tsconfig.esm.json',
103+
tsconfig: 'tsconfig.json',
104104
tsconfigOverride: {
105105
compilerOptions: {
106106
declaration: false,

0 commit comments

Comments
 (0)