From fa7bafed1a032748b0ef82ebb9cb0134d59f4e27 Mon Sep 17 00:00:00 2001 From: Josh Mu Date: Sun, 28 Apr 2024 15:28:52 +1000 Subject: [PATCH] fix: update tsconfig to resolve ci --- CHANGELOG.md | 6 +----- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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",