diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index 47304e52ac..533c0c3792 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -5,6 +5,7 @@ "moduleResolution": "bundler", "target": "es2023", "outDir": "dist", + "rootDir": "..", "types": [ "node", "express" @@ -12,7 +13,8 @@ "tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo" }, "include": [ - "**/*.ts" + "scripts/*.ts", + "packages/commons/src/lib/i18n.ts" ], "references": [] }