migrate everything to typescript

This commit is contained in:
2025-01-30 22:55:15 +01:00
parent f5d8a5ed0b
commit 72282b250b
14 changed files with 746 additions and 209 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "js-canvas-playground",
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.7.3"
}
}