| { | |
| "extends": "@automattic/calypso-typescript-config/ts-package.json", | |
| "compilerOptions": { | |
| "declarationDir": "dist/types", | |
| "outDir": "dist/esm", | |
| "rootDir": "src", | |
| "types": [] | |
| }, | |
| "include": [ "src", "src/*.json" ], | |
| "exclude": [ "**/__tests__/*", "**/__mocks__/*" ], | |
| "references": [ | |
| { "path": "../calypso-sentry" }, | |
| { "path": "../calypso-products" }, | |
| { "path": "../components" }, | |
| { "path": "../i18n-utils" } | |
| ] | |
| } | |