mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-05-01 05:01:11 +00:00
fix: npm build
This commit is contained in:
parent
182314c0f6
commit
3cdb7c7246
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ await build({
|
||||||
// see JS docs for overview and more options
|
// see JS docs for overview and more options
|
||||||
deno: true,
|
deno: true,
|
||||||
},
|
},
|
||||||
|
compilerOptions: {
|
||||||
|
lib: ["ES2022"],
|
||||||
|
},
|
||||||
package: {
|
package: {
|
||||||
// package.json properties
|
// package.json properties
|
||||||
name: "@textplace/core",
|
name: "@textplace/core",
|
||||||
|
|
Loading…
Add table
Reference in a new issue