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