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

10 lines
194 B
JSON

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