diff --git a/CHANGELOG.md b/CHANGELOG.md index 523e1d9..293aa20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tsconfig.json b/tsconfig.json index 4c99bef..07b2299 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["src/**/*", "node_modules/@types/**/*.d.ts"], + "include": ["src/**/*"], "compilerOptions": { "module": "commonjs", "target": "ES2020",