initial commit

This commit is contained in:
evilchili
2026-08-09 15:46:11 -07:00
parent 71cfa81eb1
commit 02764cb8ff
13 changed files with 3882 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "ES2022",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist/lib",
"rootDir": "src/ts"
},
"include": ["src/ts/**/*.ts"],
"exclude": ["test/**/*"]
}