Skip to content

Commit

Permalink
chore(typescript): combine configuration into one
Browse files Browse the repository at this point in the history
SimonGolms committed Nov 18, 2023
1 parent c9be7bc commit 34ee723
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions tsconfig.eslint.json

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"target": "es5",
"types": ["jest", "node"]
},
"include": ["src/**/*"],
"include": ["src/**/*", "./.eslintrc.js", "./.releaserc.js", "./jest.config.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 34ee723

Please sign in to comment.