chore: add the missing d.ts file for y-indexeddb (#3467)

This commit is contained in:
fourdim
2023-07-30 21:19:59 +08:00
committed by GitHub
parent a3087d14d8
commit 99c24b5cd8

View File

@@ -21,5 +21,9 @@ export default defineConfig({
external: ['idb', 'yjs'],
},
},
plugins: [dts()],
plugins: [
dts({
entryRoot: resolve(__dirname, 'src'),
}),
],
});