{
"extends": "@follow/configs/tsconfig.extend.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"esModuleInterop": true,
"paths": {}
},
"include": ["src/**/*"]
}