Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
- workflow issue in github
  • Loading branch information
Bugs5382 committed Jun 24, 2024
1 parent a859b6d commit 80d7667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.esm.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"typeRoots": ["../node_modules/@types", "../@types"]
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"declaration": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
"exclude": ["node_modules", "**/*.test.ts", "__tests__/**/*"]
}

0 comments on commit 80d7667

Please sign in to comment.