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

12 lines
216 B
JSON

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