summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-27 17:37:10 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-27 17:37:10 +0000
commit35398241dea769bd7554eaca0a9045801c847340 (patch)
tree8793eca2c6bfd6aa630e29a175aba7dfa413a3bb /tsconfig.json
parentec0bf2d6a9e74fd68febe9c09ba1997858ec3d7f (diff)
Update dependencies to latest versions
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6d59c57..fef389a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
- "module": "ES2020",
+ "module": "NodeNext",
"allowJs": true,
"checkJs": true,
"removeComments": true,
@@ -15,7 +15,7 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
- "moduleResolution": "nodenext",
+ "moduleResolution": "NodeNext",
"skipLibCheck": true
},
"include": ["./src/**/*"]