Fix tests and lint

This commit is contained in:
Gregory Schier
2024-09-09 11:49:05 -07:00
parent 48e62eb1d9
commit 035441a492
6 changed files with 35 additions and 42 deletions

View File

@@ -4,10 +4,12 @@
"private": true,
"scripts": {
"build": "node scripts/build-plugins.cjs",
"test": "vitest run"
"test": "vitest run",
"lint": "tsc"
},
"devDependencies": {
"jsonpath": "^1.1.1",
"vitest": "^2.0.4"
"vitest": "^2.0.4",
"typescript": "^5.5.2"
}
}