fix: add tsconfig.json, @types/chrome, fix TS errors - CI typecheck now passes
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 9s

This commit is contained in:
Forge
2026-03-06 13:47:24 +08:00
parent 7713fb1b1d
commit 050e291f73
6 changed files with 51 additions and 2 deletions

9
tsconfig.test.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["vitest/globals"]
},
"include": [
"tests/**/*"
]
}