summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 9f40b03..a6ed0e4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,7 @@
"**/*.test.ts"
],
"compilerOptions": {
- "module": "esnext",
+ "module": "NodeNext",
"target": "esnext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,