| { | |
| "extends": "@automattic/calypso-typescript-config/ts-package.json", | |
| "compilerOptions": { | |
| "outDir": "dist/esm", | |
| "declarationDir": "dist/types", | |
| "rootDir": "src" | |
| }, | |
| "include": [ "src" ], | |
| "exclude": [ "**/test/*" ], | |
| "references": [ | |
| { "path": "../calypso-analytics" }, | |
| { "path": "../calypso-products" }, | |
| { "path": "../calypso-config" }, | |
| { "path": "../global-styles" }, | |
| { "path": "../i18n-utils" }, | |
| { "path": "../shopping-cart" }, | |
| { "path": "../js-utils" } | |
| ] | |
| } | |