axios-cache-interceptor/tsconfig.types.json
2021-12-08 20:25:36 -03:00

9 lines
155 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true
},
"include": ["src"],
"exclude": ["src/index.bundle.ts"]
}