Skip to content

Commit

Permalink
chore: update config for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra committed Jun 25, 2024
1 parent 89c1a97 commit 8118301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const project = new typescript.TypeScriptProject({
gitignore: ['**/*.d.ts', '**/*.js'],
});

project.addPackageIgnore('*.ts');
project.addPackageIgnore('!*.d.ts');

project.eslint?.addRules({
'prettier/prettier': [
'error',
Expand Down

0 comments on commit 8118301

Please sign in to comment.