🔪🐛 Fixed pnpm in Dockerfile, moved config to src
All checks were successful
Deploy application / deploy (push) Successful in 10s

This commit is contained in:
2025-02-09 13:01:34 +01:00
parent c5b1ec20d6
commit 3c6cb193eb
10 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"include": ["./src/**/*.ts", "./tests/**/*.ts"],
"include": ["./src/**/*.ts", "./packages/**/*.ts", "./tests/**/*.ts"],
"compilerOptions": {
"target": "esnext",
"module": "ESNext",