beginning annotation with typescript

This commit is contained in:
Jack Case
2025-10-27 19:57:18 +00:00
parent 7effbbc900
commit ca0b79b6c8
5 changed files with 43 additions and 21 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "scripts",
"noImplicitAny": true,
"lib": ["ES2020", "DOM"]
}
}