do all the boring ts stuff to make this actually work

This commit is contained in:
2026-04-08 15:04:41 -05:00
parent 2a9ef16425
commit 242fb37a67
7 changed files with 113 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "./src",
"outDir": "./dist",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
}