We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed47a6 commit 8e4cf4cCopy full SHA for 8e4cf4c
tsconfig.json
@@ -1,5 +1,9 @@
1
{
2
"compilerOptions": {
3
+ "baseUrl": ".",
4
+ "paths": {
5
+ "Magento_PageBuilder/*": ["app/code/Magento/PageBuilder/view/adminhtml/web/ts/*"]
6
+ },
7
"strictNullChecks": false,
8
"module": "esnext",
9
"target": "es2015",
0 commit comments