Skip to content

Commit

Permalink
Merge pull request #98 from ampersarnie/hotfix/add-include-tsconfig
Browse files Browse the repository at this point in the history
Add include path to tsconfig
  • Loading branch information
ampersarnie authored Aug 24, 2023
2 parents cf7935f + 380c3c7 commit 1a3a8b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.yalc
yalc.lock
node_modules
configs/tsconfig/tsconfig.json
configs/tsconfig/tsconfig-*.json
!configs/tsconfig/tsconfig-source.json
example-site/**/dist
example-site/**/inc/asset-settings.php
1 change: 1 addition & 0 deletions configs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
]
},
"include": [
"./src/**/*.ts",
"typescript/images.d.ts"
],
"exclude": ["node_modules"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbite/build-tools",
"version": "1.3.0-beta.3",
"version": "1.3.0-beta.4",
"description": "Provides configuration for the Big Bite Build Tools.",
"author": "Paul Taylor <[email protected]> (https://github.com/ampersarnie)",
"engines": {
Expand Down

0 comments on commit 1a3a8b3

Please sign in to comment.