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