fix: build

This commit is contained in:
mathuo 2023-07-13 20:24:52 +01:00
parent c4e2d1c645
commit 6acc444c58
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -65,11 +65,6 @@ function createBundle(format, options) {
}), }),
typescript({ typescript({
tsconfig: 'tsconfig.esm.json', tsconfig: 'tsconfig.esm.json',
sourcemap: true,
compilerOptions: {
declaration: false,
sourcemap: true,
},
}), }),
]; ];