Formatting and config

This commit is contained in:
aronmal 2023-08-22 11:58:27 +02:00
parent ac8a31795e
commit 52fd781b60
Signed by: aronmal
GPG key ID: 816B7707426FC612
23 changed files with 521 additions and 515 deletions

View file

@ -1,3 +1,11 @@
{
"extends": "astro/tsconfigs/strict"
}
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
}
}