Skip to content

Commit

Permalink
Type Definition Test: Ignore index.d.ts and helpers.d.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Sep 16, 2024
1 parent 9c87bb7 commit b5b7211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["../types/**/*.d.ts"],
"exclude": ["../types/**/index.d.ts", "../types/**/helpers.d.ts"],
"compilerOptions": {
"outDir": "types-test",
"target": "ES2022",
Expand Down

0 comments on commit b5b7211

Please sign in to comment.