feat(plugin-infra): add package.json schema (#3456)

This commit is contained in:
Alex Yang
2023-07-29 05:07:25 +00:00
committed by GitHub
parent 2d95de06d6
commit f79733e5df
13 changed files with 65 additions and 35 deletions
+2 -6
View File
@@ -22,12 +22,8 @@ export default defineConfig({
},
},
rollupOptions: {
external: ['react', /^jotai/, /^@blocksuite/],
external: ['react', /^jotai/, /^@blocksuite/, 'zod'],
},
},
plugins: [
dts({
insertTypesEntry: true,
}),
],
plugins: [dts()],
});