16 lines
No EOL
440 B
JSON
Executable file
16 lines
No EOL
440 B
JSON
Executable file
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@components/*": ["./web/components/*"],
|
|
"@data/*": ["./web/tools/data/*"],
|
|
"@layouts/*": ["./web/layouts/*"],
|
|
"@library/*": ["./web/tools/library/*"],
|
|
"@root/*": ["./web/"],
|
|
"@styles/*": ["./web/styles/*"],
|
|
"@utils/*": ["./web/tools/utilities/*"]
|
|
}
|
|
}
|
|
} |