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. */,
|