diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:16:41 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:16:41 +0200 |
| commit | 8a53d6c1870533c5020b00a509025293caa2637e (patch) | |
| tree | df4bf7cb599a13762326d090a2b84bf860ed0b44 /tsconfig.json | |
| parent | 2ac91c7e90ad8fe98f886dd5c0b3d6c92dc4b8c9 (diff) | |
Fix tsconfig
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
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, |
