Небольшие правки в конфиги eslint и TS

This commit is contained in:
Ilia Mashkov
2025-11-19 18:25:11 +03:00
parent 9ce1e4b133
commit 9abbe8dce8
2 changed files with 201 additions and 188 deletions

View File

@@ -11,6 +11,9 @@
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
],
"*": [
"./src/*"
]