Fix tsconfig path
This commit is contained in:
parent
b9eeb4991e
commit
4592d49cfb
|
@ -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/*" ]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue