This commit is contained in:
Bethany
2023-08-07 14:24:58 -07:00
parent a66e49ec8a
commit 6552cb9722
4 changed files with 275 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"module": "commonjs",
"strict": true,
"declaration": true,
"target": "es6",
"target": "es2020",
"sourceMap": true,
"noImplicitAny": false,
"baseUrl": "./",
@@ -22,4 +22,4 @@
"**/*.test.ts",
"**/__mocks__/*"
]
}
}