Skip to content

Commit

Permalink
fix: adds include path to config for ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersarnie committed Aug 24, 2023
1 parent 7e17860 commit 380c3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 380c3c7

Please sign in to comment.