mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "../types",
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": ["../src"]
|
|
}
|