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