12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@images/*": ["src/images/week1/*"],
|
|
"@components/*": ["src/components/*"]
|
|
}
|
|
}
|
|
}
|