mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/assets/*": ["src/assets/*"]
|
|
},
|
|
},
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|