Fix TS CI configuration

This commit is contained in:
Jack Hadrill
2022-01-29 14:44:38 +00:00
parent 2e13182523
commit 5e16d66953
2 changed files with 7 additions and 89 deletions

5
tsconfig.eslint.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
// "include": ["src", "tests"],
"exclude": []
}