upload image option (#64)

This commit is contained in:
KM Koushik
2024-08-26 20:46:38 +10:00
committed by GitHub
parent 676f5c8c64
commit f9105971f0
17 changed files with 1595 additions and 163 deletions

View File

@@ -3,6 +3,6 @@
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "turbo", "**/*.ts", "**/*.tsx"],
"include": ["src", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}