🔎 Support for downloads endpoint

This commit is contained in:
2022-07-24 22:20:03 -07:00
parent 13e420e39c
commit 3f37c43584
7 changed files with 49 additions and 35 deletions

View File

@@ -1,13 +1,13 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "CommonJS",
"esModuleInterop": true,
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"pretty": true,
"target": "es6",
"target": "ES2022",
"outDir": "dist",
"skipLibCheck": true,
"lib": ["es5", "es6", "dom", "dom.iterable"],