diff --git a/package.json b/package.json index f1b95bb..e89b78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyperparam", - "version": "0.3.30", + "version": "0.3.31", "description": "Hyperparam CLI", "author": "Hyperparam", "homepage": "https://hyperparam.app", @@ -31,7 +31,7 @@ "!**/*.test.d.ts" ], "scripts": { - "build:types": "tsc -b tsconfig.build.json", + "build:types": "tsc -p tsconfig.build.json", "build:lib": "vite build -c vite.lib.config.ts && cp src/assets/global.css lib/global.css", "build:app": "vite build", "build": "run-s build:lib build:types build:app", diff --git a/tsconfig.build.json b/tsconfig.build.json index 2247345..85a3a37 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,9 +5,7 @@ "rootDir": "src", "outDir": "lib", "emitDeclarationOnly": true, - "declaration": true, - "composite": true, - "incremental": true + "declaration": true }, "include": ["src"] }