diff --git a/tsconfig.build.json b/tsconfig.build.json index 47028dc..e8042d2 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,7 +1,8 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "dist" + "outDir": "dist", + "rootDir": "src" }, "include": [ "src"