chore(Docs): remove fumapress app powered by waku and fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:43:20 -04:00
parent 077cbeeb5a
commit 0ab732e90a
10 changed files with 0 additions and 981 deletions
-26
View File
@@ -1,26 +0,0 @@
{
"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"
]
}