meta: change eslint styling and tsconfig project config

This commit is contained in:
Wroclaw 2023-09-18 10:41:54 +02:00
parent e6d6764e34
commit 13e993b964
3 changed files with 11 additions and 3 deletions

4
tsconfig.eslint.json Normal file
View file

@ -0,0 +1,4 @@
{
"include": ["**/*"],
"extends": ["./tsconfig.json"]
}