diff --git a/typescript/workspace/package.json b/typescript/workspace/package.json index a9ce0dcb..3967b55b 100644 --- a/typescript/workspace/package.json +++ b/typescript/workspace/package.json @@ -8,5 +8,9 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "devDependencies": { + "@types/node": "^18.16.1", + "typescript": "^4.9.3" + } }