Update demo pages
This commit is contained in:
parent
5193a5e4d3
commit
97ee8b20f4
7 changed files with 120 additions and 36 deletions
|
@ -1,3 +1,11 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict"
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@components/*": [
|
||||
"src/components/*"
|
||||
]
|
||||
},
|
||||
"jsx": "preserve"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue