import { DIConfiguration, Injectable, ProviderScope, ProviderType } from '@tsed/di'; @Injectable({ scope: ProviderScope.SINGLETON, global: true }) export class AppSettingsService extends DIConfiguration { constructor() { super(); } }