File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hyperparam" ,
3- "version" : " 0.3.30 " ,
3+ "version" : " 0.3.31 " ,
44 "description" : " Hyperparam CLI" ,
55 "author" : " Hyperparam" ,
66 "homepage" : " https://hyperparam.app" ,
3131 " !**/*.test.d.ts"
3232 ],
3333 "scripts" : {
34- "build:types" : " tsc -b tsconfig.build.json" ,
34+ "build:types" : " tsc -p tsconfig.build.json" ,
3535 "build:lib" : " vite build -c vite.lib.config.ts && cp src/assets/global.css lib/global.css" ,
3636 "build:app" : " vite build" ,
3737 "build" : " run-s build:lib build:types build:app" ,
Original file line number Diff line number Diff line change 55 "rootDir" : " src" ,
66 "outDir" : " lib" ,
77 "emitDeclarationOnly" : true ,
8- "declaration" : true ,
9- "composite" : true ,
10- "incremental" : true
8+ "declaration" : true
119 },
1210 "include" : [" src" ]
1311}
You can’t perform that action at this time.
0 commit comments