aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-14 15:01:58 +0000
committerMohamed Bassem <me@mbassem.com>2024-03-14 16:40:45 +0000
commit2fbc98edcbec750e34ba354c524e8ad0dd193421 (patch)
tree276dca1256e8de74deb1dbeecb03dc957767e3e6 /tooling
parenta03f1dc2ac25579df30e8cb59d2703110c3e564d (diff)
downloadkarakeep-2fbc98edcbec750e34ba354c524e8ad0dd193421.tar.zst
docker: Fix dockerfiles to adapt to the new repo structure
Diffstat (limited to 'tooling')
-rw-r--r--tooling/typescript/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json
index e2961b9f..f4885014 100644
--- a/tooling/typescript/package.json
+++ b/tooling/typescript/package.json
@@ -5,5 +5,8 @@
"files": [
"base.json",
"node.json"
- ]
+ ],
+ "devDependencies": {
+ "@tsconfig/node21": "^21.0.1"
+ }
}