docs: deploy stable and beta docs

This commit is contained in:
Aarnav Tale
2026-04-11 14:32:21 -04:00
parent fccd2eefc4
commit e4030ed254
9 changed files with 169 additions and 15 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"include": [".vitepress/**/*"],
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"noEmit": true,
"strict": true,
"skipLibCheck": true
}
}