From 143eda42d12040f32e3bb6c213b734b8d1884c69 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 6 Nov 2023 15:23:22 -0500 Subject: [PATCH] Removes the `path` definition in the tsconfig profiler configuration so it doesn't overwrite the base config. --- project/tsconfig.profiler.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/project/tsconfig.profiler.json b/project/tsconfig.profiler.json index 62458190..c7d718a9 100644 --- a/project/tsconfig.profiler.json +++ b/project/tsconfig.profiler.json @@ -4,13 +4,7 @@ "outDir": "obj", "declaration": true, "sourceMap": true, - "noImplicitAny": false, - "baseUrl": ".", - "paths": { - "@spt-aki/*": [ - "src/*" - ] - } + "noImplicitAny": false }, "include": [ "./types/**/*",