summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-27 21:52:02 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-27 21:52:02 +0100
commit0baef5015a2827f189eb61097dc171614a840a12 (patch)
treeebfdc1640df43c27568376b5a0dab2ef28500f9a /tsconfig.json
parent:construction: shorten relative paths with @shortcut (diff)
downloadserver-0baef5015a2827f189eb61097dc171614a840a12.tar.xz
:bug: remove relative @paths
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
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. */,