UNPKG

gs-download

Version:

Downloader of Genius Scan PDFs files

44 lines (43 loc) 1.03 kB
{ "compilerOptions": { "target": "ES2018", "module": "nodenext", "moduleResolution": "nodenext", "outDir": "./dist", "rootDir": "./src", "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, "noUncheckedIndexedAccess": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "exactOptionalPropertyTypes": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "resolveJsonModule": true, "isolatedModules": true, "incremental": true, "declaration": true, "sourceMap": true, "types": [ "vitest/globals", "vitest", "node" ] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }