We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43fd6 commit 6a451b5Copy full SHA for 6a451b5
1 file changed
tsconfig.json
@@ -15,9 +15,6 @@
15
"verbatimModuleSyntax": true,
16
"strict": true,
17
"noUncheckedIndexedAccess": true,
18
- "noImplicitOverride": true,
19
- "paths": {
20
- "@elementor/*": ["./packages/*/src"]
21
- }
+ "noImplicitOverride": true
22
}
23
0 commit comments