Skip to content

Commit

Permalink
Refactor tsconfig.node.json include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Mar 1, 2024
1 parent 4233162 commit ae3c205
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/client-v2/tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"noEmit": true,
Expand Down

0 comments on commit ae3c205

Please sign in to comment.