Skip to content

Commit 8e4cf4c

Browse files
MTS-1023: Enable PageBuilder extension by default in PR flow
1 parent 3ed47a6 commit 8e4cf4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"Magento_PageBuilder/*": ["app/code/Magento/PageBuilder/view/adminhtml/web/ts/*"]
6+
},
37
"strictNullChecks": false,
48
"module": "esnext",
59
"target": "es2015",

0 commit comments

Comments
 (0)