This commit is contained in:
Michael Telatynski
2025-01-29 10:48:35 +00:00
parent 3d94420f9f
commit 3a5baec699
9 changed files with 803 additions and 31 deletions
@@ -23,11 +23,7 @@ export default defineConfig({
target: "esnext",
sourcemap: true,
},
plugins: [
dts({
rollupTypes: true,
}),
],
plugins: [dts()],
define: {
__VERSION__: JSON.stringify(process.env.npm_package_version),
},