Merge pull request #32902 from woocommerce/fix/monorepo-merge-build

Fixed Monorepo Merge Build
This commit is contained in:
Roy Ho 2022-05-06 15:42:22 -07:00 committed by GitHub
commit 4506708c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "es2019"
"target": "es2019",
"typeRoots": [
"./node_modules/@types"
],
},
"include": [
"src/**/*"