woocommerce/tests/e2e/factories/tsconfig.json

10 lines
211 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"types": [ "node", "jest", "axios", "moxios", "create-hmac" ],
"rootDir": "src",
"outDir": "dist"
},
"include": [ "src/" ]
}