Skip to content

Commit

Permalink
fix: update tsconfig to resolve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Apr 28, 2024
1 parent fbfd950 commit fa7bafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ All notable changes to this project will be documented in this file. See [Conven

## [1.6.2](https://github.com/joshmu/periscope/compare/v1.6.1...v1.6.2) (2024-04-28)

# Changelog

All notable changes to this project will be documented in this file.

#### 1.6.1 (2024-04-28)
## 1.6.1 (2024-04-28)

##### New Features

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src/**/*", "node_modules/@types/**/*.d.ts"],
"include": ["src/**/*"],
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
Expand Down

0 comments on commit fa7bafe

Please sign in to comment.