Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Dec 6, 2023
1 parent bd3c815 commit de546ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": false,
"declaration": true,
"esModuleInterop": true,
"module": "ESNext",
"module": "NodeNext",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
Expand All @@ -13,7 +13,8 @@
"strictNullChecks": true,
"downlevelIteration": true,
"isolatedModules": true,
"noEmit": true
"noEmit": true,
"moduleResolution": "nodenext"
},
"file": ["index.ts"],
"exclude": ["node_modules", "*.d.ts"]
Expand Down

0 comments on commit de546ec

Please sign in to comment.