typescript playground

This commit is contained in:
syneff
2025-06-10 16:30:37 +09:00
parent d7042fbcc2
commit 7759fd246e
9 changed files with 198 additions and 0 deletions

17
ts_playground/package.json Executable file
View File

@@ -0,0 +1,17 @@
{
"name": "ts_playground",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}