axios-cache-interceptor/tsconfig.build.json

10 lines
165 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"target": "ES6"
},
"include": ["src"],
"exclude": ["src/index.browser.ts"]
}