[WEB-561] refactor: editor build config (#7442)
* refactor: editor build config * fix: type errors
This commit is contained in:
parent
df4ea1f7ac
commit
d5eb374217
4 changed files with 7 additions and 2 deletions
|
|
@ -4,8 +4,11 @@
|
|||
"lib": ["ES2022", "DOM"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"target": "ESNext",
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"target": "ESNext",
|
||||
"types": ["node"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/core/*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue