Skip to content

Commit

Permalink
revert: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bxb100 committed Nov 23, 2024
1 parent 53c6a77 commit e63870b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ parserOptions:
ecmaVersion: 2023
sourceType: module
project:
- "./.github/linters/tsconfig.json"
- "./tsconfig.json"

plugins:
Expand Down
9 changes: 0 additions & 9 deletions .github/linters/tsconfig.json

This file was deleted.

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"strict": true,
"target": "es2022",
"verbatimModuleSyntax": true
},
"exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"]
}
}

0 comments on commit e63870b

Please sign in to comment.