Skip to content

Commit

Permalink
chore: add ts include config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 21, 2024
1 parent 0b422c6 commit b43baa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/
.github/
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": "@glzr/style-guide/tsconfig/vanilla-bundler",
"compilerOptions": {
"outDir": "dist"
}
},
"include": ["src"]
}

0 comments on commit b43baa3

Please sign in to comment.