Fix tsconfig path

This commit is contained in:
Chi-Hsuan Huang 2022-03-28 12:54:49 +08:00
parent b9eeb4991e
commit 4592d49cfb
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@
"typeRoots": [
"./typings",
"./node_modules/@types",
"../../../packages/js/**/node_modules/@types"
"../../packages/js/**/node_modules/@types"
],
"baseUrl": "./",
"paths": {
"@woocommerce/*": [ "../../../packages/js/*/src" ],
"@woocommerce/*": [ "../../packages/js/*/src" ],
"~/*": [ "client/*" ]
}
},