| { | |
| "extends": "@automattic/calypso-typescript-config/ts-package.json", | |
| "compilerOptions": { | |
| "outDir": "dist/esm", | |
| "declarationDir": "dist/types", | |
| "rootDir": "src" | |
| }, | |
| "include": [ "src" ], | |
| "exclude": [ "**/test/*" ], | |
| "references": [ { "path": "../sites" } ] | |
| } | |