feature: add download all file by file alongside the tar download (#415)
This commit is contained in:
parent
27e9b7eb35
commit
3e7e95b53c
23 changed files with 79 additions and 82 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue