Skip to content

Commit

Permalink
Fix: Declare react-datepicker module for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
lickem22 committed Feb 4, 2025
1 parent 783c1b7 commit 6bfdfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app

COPY package.json package-lock.json ./
RUN npm ci --include=dev
RUN npm ci

FROM base AS builder
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion admin_app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.ts", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 6bfdfc8

Please sign in to comment.