mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: minor config changes
This commit is contained in:
parent
2d157c8769
commit
d00b607467
3
.babelrc
3
.babelrc
@ -5,6 +5,5 @@
|
||||
"@babel/preset-typescript"
|
||||
],
|
||||
"comments": false,
|
||||
"compact": true,
|
||||
"sourceMaps": true
|
||||
"compact": true
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
|
||||
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
|
||||
// "removeComments": true, /* Disable emitting comments. */
|
||||
// "noEmit": true, /* Disable emitting files from a compilation. */
|
||||
"noEmit": true, /* Disable emitting files from a compilation. */
|
||||
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
||||
"importsNotUsedAsValues": "error" /* Specify emit/checking behavior for imports that are only used for types */,
|
||||
"downlevelIteration": true /* Emit more compliant, but verbose and less performant JavaScript for iteration. */,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user