Skip to content

Commit 4c57aa2

Browse files
author
sai-praveen-os
committed
fix(PLATEXP-11106): set module to nodenext to match moduleResolution
1 parent 7ecb579 commit 4c57aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/connectivity_check/lambda/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2024",
4-
"module": "ESNext",
4+
"module": "nodenext",
55
"lib": ["ES2024"],
66
"outDir": ".",
77
"rootDir": ".",

0 commit comments

Comments
 (0)