diff --git a/project/tsconfig.profiler.json b/project/tsconfig.profiler.json index c7d718a9..62458190 100644 --- a/project/tsconfig.profiler.json +++ b/project/tsconfig.profiler.json @@ -4,7 +4,13 @@ "outDir": "obj", "declaration": true, "sourceMap": true, - "noImplicitAny": false + "noImplicitAny": false, + "baseUrl": ".", + "paths": { + "@spt-aki/*": [ + "src/*" + ] + } }, "include": [ "./types/**/*",