| { | |
| "extends": "@automattic/calypso-typescript-config/ts-package.json", | |
| "compilerOptions": { | |
| "declarationDir": "dist/types", | |
| "outDir": "dist/esm", | |
| "rootDir": "src", | |
| "types": [ "jest", "@testing-library/jest-dom" ] | |
| }, | |
| "include": [ "src" ], | |
| "references": [ { "path": "../components" } ] | |
| } | |