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