89bb338065
See also: https://github.com/kytta/share2fedi/pull/43 Co-authored-by: Sunny Ripert <sunny@sunfox.org>
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@components/*": ["src/components/*"],
|
|
"@i18n/*": ["src/i18n/*"],
|
|
"@layouts/*": ["src/layouts/*"],
|
|
"@pages/*": ["src/pages/*"],
|
|
"@scripts/*": ["src/scripts/*"],
|
|
"@stores/*": ["src/stores/*"],
|
|
"@styles/*": ["src/styles/*"]
|
|
}
|
|
}
|
|
}
|