diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-03-27 21:52:02 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-03-27 21:52:02 +0100 |
commit | 0baef5015a2827f189eb61097dc171614a840a12 (patch) | |
tree | ebfdc1640df43c27568376b5a0dab2ef28500f9a /tsconfig.json | |
parent | :construction: shorten relative paths with @shortcut (diff) | |
download | server-0baef5015a2827f189eb61097dc171614a840a12.tar.xz |
:bug: remove relative @paths
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tsconfig.json b/tsconfig.json index e803612b..97773b99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,12 +43,6 @@ /* Module Resolution Options */ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ - "baseUrl": "./src" /* Base directory to resolve non-absolute module names. */, - "paths": { - "@util/*": ["util/*"], - "@middlewares/*": ["middlewares/*"], - "@schema/*": ["schema/*"] - } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */ "types": ["node"] /* Type declaration files to be included in compilation. */, |