Initial commit

This commit is contained in:
Kyle Harter
2026-08-10 17:35:22 -04:00
committed by GitHub
commit a76c43c97e
35 changed files with 12121 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"module": "none",
"target": "ES3",
"noLib": true,
"checkJs": false,
"baseUrl": "./src",
"paths": {
"*": ["types/*"]
}
},
"include": ["src/**/*"]
}