{ "extends": "../../tsconfig.base", "compilerOptions": { "rootDir": "./src", "outDir": "./dist" }, "include": ["src/**/*"], "exclude": ["**/__tests__", "**/__mocks__"] }