{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ "jest", "node" ] }, "include": [ "**/*.js", "**/*.ts", "**/*.tsx", "types/intl_format_cache.d.ts", "types/intl_relativeformat.d.ts" ], "exclude": [ "**/__fixtures__/**/*", "target/**/*", ] }