Skip to content

Commit b4c809d

Browse files
authored
chore: Change akamai module to nodenext (#255)
1 parent 2e2a865 commit b4c809d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sdk/akamai-base/example/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"compilerOptions": {
33
"incremental": true,
44
"strict": true,
5-
"module": "node",
5+
"module": "nodenext",
66
"outDir": "dist/ew",
77
"target": "ESNext",
88
"lib": ["es2023", "DOM"],
9-
"moduleResolution": "node",
9+
"moduleResolution": "nodenext",
1010
"esModuleInterop": true,
1111
"allowSyntheticDefaultImports": true
1212
},

packages/sdk/akamai-base/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"declarationMap": true, // enables importers to jump to source
1616
"resolveJsonModule": true,
1717
"stripInternal": true,
18-
"moduleResolution": "node",
18+
"moduleResolution": "nodenext",
1919
"types": ["jest", "node"],
2020
"skipLibCheck": true
2121
},

0 commit comments

Comments
 (0)