about summary refs log tree commit diff
path: root/frida_mode/ts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/ts/tsconfig.json')
-rw-r--r--frida_mode/ts/tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/frida_mode/ts/tsconfig.json b/frida_mode/ts/tsconfig.json
new file mode 100644
index 00000000..624e4496
--- /dev/null
+++ b/frida_mode/ts/tsconfig.json
@@ -0,0 +1,14 @@
+{
+    "compilerOptions": {
+      "target": "es2020",
+      "lib": ["es2020"],
+      "strict": true,
+      "module": "commonjs",
+      "esModuleInterop": true,
+      "declaration": true,
+      "outDir": "./dist"
+    },
+    "include": [
+      "lib/**/*"
+    ]
+  }