aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/set-function-length/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/set-function-length/tsconfig.json')
-rw-r--r--backend/node_modules/set-function-length/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/node_modules/set-function-length/tsconfig.json b/backend/node_modules/set-function-length/tsconfig.json
new file mode 100644
index 0000000..d9a6668
--- /dev/null
+++ b/backend/node_modules/set-function-length/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@ljharb/tsconfig",
+ "compilerOptions": {
+ "target": "es2021",
+ },
+ "exclude": [
+ "coverage",
+ ],
+}