fix: npm build

This commit is contained in:
Shibo Lyu 2024-05-05 12:26:02 +08:00
parent 182314c0f6
commit 3cdb7c7246

View file

@ -11,6 +11,9 @@ await build({
// see JS docs for overview and more options
deno: true,
},
compilerOptions: {
lib: ["ES2022"],
},
package: {
// package.json properties
name: "@textplace/core",