diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/jsconfig.json | 4 |
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, |