9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"display": "theme/bubblegum",
|
|
"compilerOptions": {
|
|
"types": ["astro/client"],
|
|
"baseUrl": "."
|
|
}
|
|
}
|