mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"target": "ES6",
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"module": "ESNext"
|
|
},
|
|
"include": ["src/index.*.ts"]
|
|
}
|