mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/index.bundle.ts"]
|
|
}
|