Fix EventEmitter import and tsconfig paths
Update the EventEmitter import to use named import syntax. Correct tsconfig baseUrl and paths mapping to properly resolve `@/*` aliases from the project root.
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"ignoreDeprecations": "6.0",
|
||||
"baseUrl": "src/",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"noEmit": true,
|
||||
"incremental": true,
|
||||
|
||||
Reference in New Issue
Block a user