Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 14, 2023
1 parent 255ffcd commit b59b018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"include": ["src/**/*"],
"exclude": ["node_modules", "src/cmd/**", "src/*.d.ts"],
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
Expand Down

0 comments on commit b59b018

Please sign in to comment.