Skip to content

Commit de546ec

Browse files
committed
Attempt to fix CI
1 parent bd3c815 commit de546ec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"allowJs": false,
44
"declaration": true,
55
"esModuleInterop": true,
6-
"module": "ESNext",
6+
"module": "NodeNext",
77
"noImplicitAny": true,
88
"noImplicitReturns": true,
99
"noImplicitThis": true,
@@ -13,7 +13,8 @@
1313
"strictNullChecks": true,
1414
"downlevelIteration": true,
1515
"isolatedModules": true,
16-
"noEmit": true
16+
"noEmit": true,
17+
"moduleResolution": "nodenext"
1718
},
1819
"file": ["index.ts"],
1920
"exclude": ["node_modules", "*.d.ts"]

0 commit comments

Comments
 (0)