Fix tsconfig path
This commit is contained in:
parent
b9eeb4991e
commit
4592d49cfb
|
@ -17,11 +17,11 @@
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./typings",
|
"./typings",
|
||||||
"./node_modules/@types",
|
"./node_modules/@types",
|
||||||
"../../../packages/js/**/node_modules/@types"
|
"../../packages/js/**/node_modules/@types"
|
||||||
],
|
],
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@woocommerce/*": [ "../../../packages/js/*/src" ],
|
"@woocommerce/*": [ "../../packages/js/*/src" ],
|
||||||
"~/*": [ "client/*" ]
|
"~/*": [ "client/*" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue