1
0
Fork 0

feat: added linters, tests and started styles

This commit is contained in:
Konrad Geletey 2024-11-03 00:10:03 +03:00
parent 38fb9a5189
commit 3adfe995d2
Signed by: kglt
GPG key ID: 386DEE24B60BD996
17 changed files with 645 additions and 42 deletions

View file

@ -1,3 +1,11 @@
{
"extends": "astro/tsconfigs/base"
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"]
},
"types": ["astro/client"],
"strictNullChecks": true
}
}