axios-cache-interceptor/tsconfig.build.json
2021-12-30 15:50:26 -03:00

10 lines
159 B
JSON

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