main page

This commit is contained in:
2025-12-17 17:55:13 +01:00
commit 7fb446c53a
8943 changed files with 1209030 additions and 0 deletions

24
node_modules/appwrite/tsconfig.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"declaration": false,
"esModuleInterop": true,
"inlineSourceMap": false,
"lib": ["ESNext", "DOM"],
"listEmittedFiles": false,
"listFiles": false,
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"pretty": true,
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "ES6",
"traceResolution": false,
},
"compileOnSave": false,
"exclude": ["node_modules", "dist"],
"include": ["src"]
}