Skip to content

Commit b8f2676

Browse files
committed
Fix akamai typescript module config.
1 parent 5ddd3d0 commit b8f2676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/akamai-base/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"outDir": "dist",
66
"target": "es2017",
77
"lib": ["ESNext"],
8-
"module": "es6",
8+
"module": "NodeNext",
99
"strict": true,
1010
"noImplicitOverride": true,
1111
"allowSyntheticDefaultImports": true,
@@ -15,7 +15,7 @@
1515
"declarationMap": true, // enables importers to jump to source
1616
"resolveJsonModule": true,
1717
"stripInternal": true,
18-
"moduleResolution": "nodenext",
18+
"moduleResolution": "NodeNext",
1919
"types": ["jest", "node"],
2020
"skipLibCheck": true
2121
},

0 commit comments

Comments
 (0)