tsx, tpyescript

This commit is contained in:
Alex Holliday
2025-09-22 13:03:54 -07:00
parent d8ed9abebf
commit f767125acd
2 changed files with 18 additions and 2 deletions

View File

@@ -55,7 +55,8 @@
"nodemon": "3.1.9",
"prettier": "^3.3.3",
"sinon": "19.0.2",
"tsx": "4.20.5"
"tsx": "4.20.5",
"typescript": "5.9.2"
}
},
"node_modules/@asamuzakjp/css-color": {
@@ -9139,6 +9140,20 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uglify-js": {
"version": "3.19.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",

View File

@@ -64,6 +64,7 @@
"nodemon": "3.1.9",
"prettier": "^3.3.3",
"sinon": "19.0.2",
"tsx": "4.20.5"
"tsx": "4.20.5",
"typescript": "5.9.2"
}
}