🔧 added base tsconfig

This commit is contained in:
2025-02-21 12:32:34 -05:00
parent fa3e8ebcfe
commit 193fffeb8d

View File

@@ -6,6 +6,7 @@ WORKDIR /acquisition-service
# Install dependencies
COPY package.json package-lock.json ./
COPY moleculer.config.ts ./
COPY tsconfig.json ./
COPY tsconfig.build.json ./
# Install application dependencies