Files
LexAI/tsconfig.test.json
Forge 050e291f73
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 9s
fix: add tsconfig.json, @types/chrome, fix TS errors - CI typecheck now passes
2026-03-06 13:47:24 +08:00

10 lines
132 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["vitest/globals"]
},
"include": [
"tests/**/*"
]
}