mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "CommonJS",
|
|
"sourceMap": true
|
|
},
|
|
"include": ["test"]
|
|
}
|