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 5ddd3d0 commit b8f2676Copy full SHA for b8f2676
packages/sdk/akamai-base/tsconfig.json
@@ -5,7 +5,7 @@
5
"outDir": "dist",
6
"target": "es2017",
7
"lib": ["ESNext"],
8
- "module": "es6",
+ "module": "NodeNext",
9
"strict": true,
10
"noImplicitOverride": true,
11
"allowSyntheticDefaultImports": true,
@@ -15,7 +15,7 @@
15
"declarationMap": true, // enables importers to jump to source
16
"resolveJsonModule": true,
17
"stripInternal": true,
18
- "moduleResolution": "nodenext",
+ "moduleResolution": "NodeNext",
19
"types": ["jest", "node"],
20
"skipLibCheck": true
21
},
0 commit comments