mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2026-02-01 14:32:40 +00:00
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"target": "ES5",
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"importHelpers": true
|
|
},
|
|
"include": ["src/index.browser.ts"]
|
|
}
|