fix(utils): include all ts files (#1267)

Also remove superfluous GLOB in other packages.

Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
This commit is contained in:
fryorcraken.eth 2023-03-25 09:43:40 +11:00 committed by GitHub
parent 600309425d
commit c284159ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 12 deletions

View File

@ -151,8 +151,7 @@
"files": [
"dist",
"bundle",
"src/*.ts",
"src/lib/**/*.ts",
"src/**/*.ts",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",

View File

@ -98,9 +98,7 @@
"files": [
"dist",
"bundle",
"src/*.ts",
"src/lib/**/*.ts",
"src/proto/**/*.ts",
"src/**/*.ts",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",

View File

@ -77,9 +77,7 @@
"files": [
"dist",
"bundle",
"src/*.ts",
"src/lib/**/*.ts",
"src/proto/**/*.ts",
"src/**/*.ts",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",

View File

@ -75,7 +75,6 @@
"files": [
"dist",
"bundle",
"src/*.ts",
"src/**/*.ts",
"!**/*.spec.*",
"!**/*.json",

View File

@ -89,9 +89,7 @@
"files": [
"dist",
"bundle",
"src/*.ts",
"src/lib/**/*.ts",
"src/proto/**/*.ts",
"src/**/*.ts",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",