mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-17 02:04:10 +00:00
site init (barrett)
This commit is contained in:
parent
f05f441dee
commit
d5db569030
15 changed files with 5862 additions and 0 deletions
10
site/tsconfig.json
Normal file
10
site/tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@components/*": ["src/components/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue