Skip to content

Commit

Permalink
chore: update tsconfig to not output test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rossreicks committed Jan 11, 2024
1 parent 6e4dcf8 commit e67b919
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"target": "es2019",
"outDir": "./lib",
"declaration": true,
"esModuleInterop": true
}
"esModuleInterop": true,
},
"include": [
"./src/**/*"
]
}

0 comments on commit e67b919

Please sign in to comment.