aboutsummaryrefslogtreecommitdiff
path: root/test/jsconfig.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:36:54 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:36:54 -0500
commit9ed81f25ab7f462546888a4ddd7fcecdf5ea1806 (patch)
tree7ff89d23f03b9d0fbbbdaad1e042a609f0ebfd1a /test/jsconfig.json
parent4fc7d818fde17ff62d2065b0d23567423992bd01 (diff)
Update config
Diffstat (limited to 'test/jsconfig.json')
-rw-r--r--test/jsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/jsconfig.json b/test/jsconfig.json
index 1881fbce..7dbf3950 100644
--- a/test/jsconfig.json
+++ b/test/jsconfig.json
@@ -1,9 +1,9 @@
{
"compilerOptions": {
- "module": "ES2015",
+ "module": "ES2022",
"target": "ES2022",
"checkJs": true,
- "moduleResolution": "node",
+ "moduleResolution": "bundler",
"strict": true,
"strictNullChecks": true,
"noImplicitAny": true,