summaryrefslogtreecommitdiff
path: root/node_modules/node-file-cache/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-file-cache/tsconfig.json')
-rw-r--r--node_modules/node-file-cache/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/node-file-cache/tsconfig.json b/node_modules/node-file-cache/tsconfig.json
new file mode 100644
index 0000000..c71fbb6
--- /dev/null
+++ b/node_modules/node-file-cache/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "commonjs",
+ "outDir": "./lib",
+ "declaration": true,
+ "sourceMap": true
+ }
+} \ No newline at end of file