http-repository-cache
Version:
A library for making HTTP requests using the repository pattern with an built in caching system.
29 lines • 835 B
JSON
{
"compilerOptions": {
"strict": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"isolatedModules": true,
"checkJs": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "ES2020",
"target": "ES2020",
"declaration": true,
"outDir": "./dist",
},
"exclude": [
"babel.config.js",
"./dist/**/*",
"**/*.test.ts"
]
}