woocommerce/packages/js/admin-e2e-tests/tsconfig.json

12 lines
170 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
"typeRoots": [
"./typings",
"./node_modules/@types"
]
}
}