[WEB-561] refactor: editor build config (#7442)

* refactor: editor build config

* fix: type errors
This commit is contained in:
Aaryan Khandelwal 2025-07-18 20:06:48 +05:30 committed by GitHub
parent df4ea1f7ac
commit d5eb374217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 2 deletions

View file

@ -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/*"],