axios-cache-interceptor/tsconfig.build.json
2022-01-08 12:56:25 -03:00

9 lines
139 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"declarationMap": false
},
"include": ["src"]
}