refactor(arabot): defined import paths

This commit is contained in:
smyalygames
2023-01-15 10:45:46 +00:00
parent 9496e838f4
commit 24b0ca274a
44 changed files with 75 additions and 75 deletions

View File

@@ -30,9 +30,9 @@
"rootDir": "src", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
//"baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
//"paths": {
// "@utils/*": ["./src/utils/*"]
//}, /* Specify a set of entries that re-map imports to additional lookup locations. */
"paths": {
"@utils/*": ["./src/utils/*"]
}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
// "types": [], /* Specify type package names to be included without being referenced in a source file. */