We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728a009 commit 5704e46Copy full SHA for 5704e46
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hyperparam",
3
- "version": "0.3.30",
+ "version": "0.3.31",
4
"description": "Hyperparam CLI",
5
"author": "Hyperparam",
6
"homepage": "https://hyperparam.app",
@@ -31,7 +31,7 @@
31
"!**/*.test.d.ts"
32
],
33
"scripts": {
34
- "build:types": "tsc -b tsconfig.build.json",
+ "build:types": "tsc -p tsconfig.build.json",
35
"build:lib": "vite build -c vite.lib.config.ts && cp src/assets/global.css lib/global.css",
36
"build:app": "vite build",
37
"build": "run-s build:lib build:types build:app",
tsconfig.build.json
@@ -5,9 +5,7 @@
"rootDir": "src",
"outDir": "lib",
7
"emitDeclarationOnly": true,
8
- "declaration": true,
9
- "composite": true,
10
- "incremental": true
+ "declaration": true
11
},
12
"include": ["src"]
13
}
0 commit comments