🔧 Config aliases

This commit is contained in:
ful1e5 2020-08-15 09:38:17 +05:30
parent ead0ae5334
commit 518b0ea145

View file

@ -9,7 +9,8 @@
"rootDir": "src",
"baseUrl": "src",
"paths": {
"@helpers/*": ["helpers/*"]
"@helpers/*": ["helpers/*"],
"@config": ["config"]
}
},
"include": ["src"]