Skip to content

Commit

Permalink
chore: simplify tsconfig (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Oct 15, 2024
1 parent 168a68e commit 2ba2db9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "./tsconfig.json",
"exclude": [
"**/__tests__",
"stories",
"playwright",
"playwright-ct.config.ts",
"tests",
"playwright"
"stories",
"tests"
]
}
11 changes: 5 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"declarationMap": true
},
"include": [
"src/**/*",
"stories/**/*",
"tests/**/*",
"playwright/index.tsx",
"playwright-ct.config.ts",
"playwright"
],
"exclude": ["node_modules"]
"src",
"stories",
"tests"
]
}

0 comments on commit 2ba2db9

Please sign in to comment.