Skip to content

Commit

Permalink
chore: adjust tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 19, 2023
1 parent 2e76062 commit f9734e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"dist",
"**/*.stories.*",
"**/*.test.*",
"**/*._test.*",
Expand Down
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"extends": "./tsconfig.paths.json",
"include": ["src"],
"exclude": [
"node_modules",
"dist",
"**/*.test.*",
"**/*._test.*",
"**/*.mock.*"
],
"exclude": [],
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
Expand Down

0 comments on commit f9734e6

Please sign in to comment.