axios-cache-interceptor/tsconfig.build.json
2021-12-13 17:44:06 -03:00

9 lines
143 B
JSON

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