Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
"noUnusedParameters": true,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"convenience-functions": ["./convenience-functions"],
|
||||
"@util/*": ["./util/*"],
|
||||
"@export/*": ["./export/*"],
|
||||
"file/*": ["./file/*"]
|
||||
"@file/*": ["./file/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
|
Reference in New Issue
Block a user