We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2a865 commit b4c809dCopy full SHA for b4c809d
packages/sdk/akamai-base/example/tsconfig.json
@@ -2,11 +2,11 @@
2
"compilerOptions": {
3
"incremental": true,
4
"strict": true,
5
- "module": "node",
+ "module": "nodenext",
6
"outDir": "dist/ew",
7
"target": "ESNext",
8
"lib": ["es2023", "DOM"],
9
- "moduleResolution": "node",
+ "moduleResolution": "nodenext",
10
"esModuleInterop": true,
11
"allowSyntheticDefaultImports": true
12
},
packages/sdk/akamai-base/tsconfig.json
@@ -15,7 +15,7 @@
15
"declarationMap": true, // enables importers to jump to source
16
"resolveJsonModule": true,
17
"stripInternal": true,
18
19
"types": ["jest", "node"],
20
"skipLibCheck": true
21
0 commit comments