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