summaryrefslogtreecommitdiffstats
path: root/middleware/node_modules/axios/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/node_modules/axios/tsconfig.json')
-rw-r--r--middleware/node_modules/axios/tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/middleware/node_modules/axios/tsconfig.json b/middleware/node_modules/axios/tsconfig.json
new file mode 100644
index 0000000..6665188
--- /dev/null
+++ b/middleware/node_modules/axios/tsconfig.json
@@ -0,0 +1,14 @@
+{
+ "compilerOptions": {
+ "module": "es2015",
+ "lib": ["dom", "es2015"],
+ "types": [],
+ "moduleResolution": "node",
+ "strict": true,
+ "noEmit": true,
+ "baseUrl": ".",
+ "paths": {
+ "axios": ["."]
+ }
+ }
+}