Changed import alias
This commit is contained in:
11
.swcrc
11
.swcrc
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user