summaryrefslogtreecommitdiff
path: root/fflate/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'fflate/tsconfig.json')
-rw-r--r--fflate/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/fflate/tsconfig.json b/fflate/tsconfig.json
new file mode 100644
index 0000000..5917fda
--- /dev/null
+++ b/fflate/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "declaration": true,
+ "moduleResolution": "node",
+ "outDir": "lib/"
+ },
+ "include": ["src/*.ts"]
+} \ No newline at end of file