summary refs log tree commit diff
path: root/api/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/jsconfig.json')
-rw-r--r--api/jsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/api/jsconfig.json b/api/jsconfig.json
deleted file mode 100644
index 41c4cb9a..00000000
--- a/api/jsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-	"compilerOptions": {
-		"baseUrl": ".",
-		"paths": {
-			"@util/*": ["./src/util/*"],
-			"@middlewares/*": ["./src/middlewares/*"],
-			"@schema/*": ["./src/schema/*"]
-		}
-	},
-	"include": ["src"]
-}