Move shieet

This commit is contained in:
2024-12-01 15:01:41 +01:00
parent b85aaa5687
commit 0bb07ce1da
13 changed files with 11 additions and 0 deletions

17
frontend/tsconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
// ...
"baseUrl": ".",
"paths": {
"$lib/*": ["./src/*"]
}
},
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
]
}