Skip to content

Commit 007b26a

Browse files
committed
Reproduce ts error
1 parent ce59650 commit 007b26a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ coverage
1818
# Protobuf definition
1919
protobuf
2020
.bufcache
21+
22+
.idea/

examples/nodejs-minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@scaleway/configuration-loader": "^1.0",
13-
"@scaleway/sdk": "^2.0"
13+
"@scaleway/sdk": "^2.65.0"
1414
},
1515
"devDependencies": {
1616
"@types/node": "20.11.19",

examples/nodejs-minimal/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "ESNext",
4-
"moduleResolution": "Bundler",
3+
"module": "NodeNext",
4+
"moduleResolution": "nodenext",
55
"target": "ES2022",
66
"outDir": "./dist",
77
"strict": true,

0 commit comments

Comments
 (0)