feat(infra): reworked Dockerfile
- changed from npm to pnpm in Dockerfile => improved install time
Fixed errors from change in .ts files.
This commit is contained in:
parent
704ce37909
commit
5f9fd5629c
7 changed files with 51 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES2023",
|
||||
"module": "NodeNext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"newLine": "lf",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue