mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-29 10:05:53 +00:00
11 lines
No EOL
182 B
JSON
11 lines
No EOL
182 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": [
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/test/**/*"
|
|
]
|
|
} |