feature: add download all file by file alongside the tar download

This commit is contained in:
C4illin 2025-10-07 18:50:31 +00:00
parent 27e9b7eb35
commit 48e5e8a71c
20 changed files with 79 additions and 45 deletions

View file

@ -12,9 +12,8 @@
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "react",
"jsxFactory": "Html.createElement",
"jsxFragmentFactory": "Html.Fragment",
"jsx": "react-jsx",
"jsxImportSource": "@kitajs/html",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
@ -30,5 +29,5 @@
"esModuleInterop": true
// "noImplicitReturns": true
},
"include": ["src", "tests", "package.json", "reset.d.ts"]
"include": ["src", "tests", "package.json"]
}