{
"extends": "../tsconfig.extend.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"types": ["@follow/types/global", "@follow/types/vite"],
"paths": {
"@follow/utils/*": ["./src/*"]
}