aboutsummaryrefslogtreecommitdiff
path: root/packages/server/tsconfig.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-18 18:39:50 +0200
committerHampusM <hampus@hampusmat.com>2021-08-18 18:39:50 +0200
commit1e5309e7f842491a24e4c7a61ce1f69b695dfe17 (patch)
tree5ab77afd060f4bec601c183fb6509bb8882f573b /packages/server/tsconfig.json
parentd1a1b7dc947063aef5f8375a6a1e03246b272c84 (diff)
Cleaned up backend routes's imports
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r--packages/server/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json
index 92c94fc..e364a00 100644
--- a/packages/server/tsconfig.json
+++ b/packages/server/tsconfig.json
@@ -1,6 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
+ "baseUrl": "./src",
+ "rootDir": "./src",
"module": "CommonJS",
}
} \ No newline at end of file