Skip to content

Commit

Permalink
add some new
Browse files Browse the repository at this point in the history
  • Loading branch information
atorber committed Jun 19, 2023
1 parent 4227bf2 commit ee2b3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ dist
.pnp.*
package-lock.json
src/config.ts
.DS_Store
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"exclude": [
"node_modules/",
"dist/",
"tests/fixtures/"
"tests/fixtures/",
"src/config.ts.example"
],
"include": [
"src/*/*.ts",
Expand Down

0 comments on commit ee2b3df

Please sign in to comment.