begin simple typescript migration

This commit is contained in:
SowinskiBraeden committed 2025-09-28 12:24:00 -07:00
1 parent cb84e63a69
commit facc1a604a
4 files changed
+7028 -3686

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
}