From 115ac795f15bb486c06d194787903c110c8d92e0 Mon Sep 17 00:00:00 2001 From: tuhana Date: Fri, 16 Aug 2024 22:20:22 +0300 Subject: [PATCH] Some adjustments to build_npm script --- scripts/build_npm.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index ed5bf46..22e6e7c 100755 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -18,8 +18,6 @@ await build({ target: 'ES2022', }, scriptModule: false, - typeCheck: 'single', - declaration: 'separate', package: { name: 'unocss-catppuccin', author: 'tuhana (https://tuhana.me)',