Skip to content

Commit

Permalink
build(ts): update file exclusion list
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 29, 2023
1 parent 8eda1a6 commit c24e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"skipLibCheck": false,
"target": "es2020"
},
"exclude": ["**/__mocks__/**", "**/__snapshots__/**", "**/__tests__/**"],
"exclude": ["**/__mocks__/**", "**/__tests__/**"],
"extends": "./tsconfig.json",
"include": ["./dist", "./src"]
}

0 comments on commit c24e3ad

Please sign in to comment.