Skip to content

Commit b143fd1

Browse files
committed
use typescript in vite config for coherence
1 parent bd1c833 commit b143fd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
],
2929
"scripts": {
3030
"build:types": "tsc -b",
31-
"build:lib": "vite build -c vite.lib.config.js",
31+
"build:lib": "vite build -c vite.lib.config.ts",
3232
"build:app": "vite build",
3333
"build": "run-s build:lib build:types build:app",
34-
"coverage": "vitest run -c vite.lib.config.js --coverage --coverage.include=src --coverage.include=bin",
34+
"coverage": "vitest run -c vite.lib.config.ts --coverage --coverage.include=src --coverage.include=bin",
3535
"dev": "run-p -l watch:ts watch:vite watch:serve",
3636
"lint": "eslint",
3737
"lint:fix": "eslint --fix",
File renamed without changes.

0 commit comments

Comments
 (0)