diff --git a/scripts/npm.ts b/scripts/npm.ts index 3722cb5..2c555ce 100644 --- a/scripts/npm.ts +++ b/scripts/npm.ts @@ -69,6 +69,7 @@ await build({ }, typeCheck: 'both', compilerOptions: { + target: 'Latest', lib: ['ESNext'], sourceMap: true, },