summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-25 22:16:41 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-25 22:16:41 +0200
commit8a53d6c1870533c5020b00a509025293caa2637e (patch)
treedf4bf7cb599a13762326d090a2b84bf860ed0b44 /tsconfig.json
parent2ac91c7e90ad8fe98f886dd5c0b3d6c92dc4b8c9 (diff)
Fix tsconfig
Diffstat (limited to 'tsconfig.json')
-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,