Skip to content

Commit

Permalink
Fix akamai typescript module config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Dec 4, 2024
1 parent 5ddd3d0 commit b8f2676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/akamai-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "dist",
"target": "es2017",
"lib": ["ESNext"],
"module": "es6",
"module": "NodeNext",
"strict": true,
"noImplicitOverride": true,
"allowSyntheticDefaultImports": true,
Expand All @@ -15,7 +15,7 @@
"declarationMap": true, // enables importers to jump to source
"resolveJsonModule": true,
"stripInternal": true,
"moduleResolution": "nodenext",
"moduleResolution": "NodeNext",
"types": ["jest", "node"],
"skipLibCheck": true
},
Expand Down

0 comments on commit b8f2676

Please sign in to comment.