Refactor import paths for SERVICES in multiple service pages to use centralized configuration from '@config'
This commit is contained in:
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@config": ["src/site.config.ts"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user