Refactor import paths for SERVICES in multiple service pages to use centralized configuration from '@config'

This commit is contained in:
2025-06-04 01:17:51 +02:00
parent 8f33562c4f
commit 128093aa0d
6 changed files with 13 additions and 5 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@config": ["src/site.config.ts"]
}
}
}