Skip to content

Commit

Permalink
fix: prevent project root from being included in types
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 1, 2024
1 parent 7f1e300 commit 181d5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"files": [
".eslintrc.js",
"release.config.js",
"wallaby.js",
],
"include": [
"test/**/*",
"rollup.config.mjs",
"vitest.config.ts",
"vitest.workspace.ts",
"./test/**/*",
"./vitest.setup.ts",
"./vitest.workspace.ts"
]
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"types"
],
"include": [
"src/**/*"
]
"./src/**/*",
],
}

0 comments on commit 181d5b4

Please sign in to comment.