Changed import alias

This commit is contained in:
2024-10-07 18:16:23 +02:00
parent 0646e80697
commit 2ca3336f1f
104 changed files with 281 additions and 271 deletions

11
.swcrc
View File

@@ -14,11 +14,10 @@
"preserveAllComments": false,
"baseUrl": "./",
"paths": {
"utils/*": ["src/utils/*"],
"schemas/*": ["src/schemas/*"],
"config/*": ["src/config/*"],
"interfaces": ["src/interfaces/index"],
"typings": ["src/typings/index"]
"~/utils/*": ["src/utils/*"],
"~/config/*": ["src/config/*"],
"~/interfaces": ["src/interfaces/index"],
"~/typings": ["src/typings/index"]
}
},
"module": {
@@ -31,4 +30,4 @@
},
"minify": false,
"sourceMaps": false
}
}