File size: 485 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"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" }
]
}
|