Add e2e tests

This commit is contained in:
Jack Kingsman
2026-01-30 20:33:55 -08:00
parent b302bd74ff
commit 8690613bc7
12 changed files with 745 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["**/*.ts"]
}