From 8a53d6c1870533c5020b00a509025293caa2637e Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 25 Jan 2025 22:16:41 +0200 Subject: Fix tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') 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, -- cgit v1.2.3