woocommerce/plugins/woocommerce-blocks/tests/e2e/tsconfig.json

13 lines
273 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false,
"allowJs": true,
"checkJs": false
},
"include": [ "**/*", "./.eslintrc.js" ],
"exclude": []
}