Skip to content

Commit

Permalink
chore: simplify tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 15, 2024
1 parent 00fb67c commit 4cefd48
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 @@ -16,11 +16,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 4cefd48

Please sign in to comment.