{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./src",
"esModuleInterop": true
},
"include": ["../types", "."]
}