test: move test files, add ts configs

This commit is contained in:
2026-07-13 08:15:53 +05:00
parent c8c9ed5f39
commit 72f272246f
7 changed files with 58 additions and 44 deletions
+3 -1
View File
@@ -91,7 +91,9 @@
"build": "vite build",
"watch": "vite build --watch",
"vscode:prepublish": "npm run build",
"lint": "tsc --noEmit",
"lint": "npm run lint:app && npm run lint:test",
"lint:app": "tsc --noEmit -p tsconfig.app.json",
"lint:test": "tsc --noEmit -p tsconfig.test.json",
"format": "prettier --write .",
"test": "vitest",
"test:run": "vitest run"