init(Docs): add docs site based on Fumapress and Fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:09:08 -04:00
parent d7dfa1e45a
commit dc20248d5f
12 changed files with 1188 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"compilerOptions": {
"target": "ES2023",
"lib": [
"dom",
"dom.iterable",
"ES2023"
],
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"noEmit": true
},
"exclude": [
"node_modules",
"dist"
]
}