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