Skip to content

Commit

Permalink
chore: fix type rootDir for publishing types (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan authored Feb 28, 2025
1 parent 733d65c commit aef86b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"forceConsistentCasingInFileNames": true,

"skipLibCheck": true,
"typeRoots": ["types", "node_modules/@types"]
"typeRoots": ["types", "node_modules/@types"],
"rootDir": "."
},
"include": ["**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit aef86b7

Please sign in to comment.