Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Aug 1, 2024
1 parent 03b32fd commit 070e012
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default tseslint.config(
{
ignores: [
"package.json",
"eslint.config.mjs",
"prettier.config.mjs",
"node_modules/*",
".yarn/*",
"lib/*",
Expand Down
8 changes: 8 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".."
},
"include": ["*.ts", "**/*.ts"],
"exclude": []
}

0 comments on commit 070e012

Please sign in to comment.