aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bound/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/call-bound/tsconfig.json')
-rw-r--r--node_modules/call-bound/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/call-bound/tsconfig.json b/node_modules/call-bound/tsconfig.json
new file mode 100644
index 0000000..8976d98
--- /dev/null
+++ b/node_modules/call-bound/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "extends": "@ljharb/tsconfig",
+ "compilerOptions": {
+ "target": "ESNext",
+ "lib": ["es2024"],
+ },
+ "exclude": [
+ "coverage",
+ ],
+}