12 lines
183 B
JSON
12 lines
183 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/base",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"allowJs": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": ["src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|