Skip to content
Snippets Groups Projects
tsconfig.browser.json 142 B
{
  "extends": "../tsconfig.json",
  "angularCompilerOptions": {
    "entryModule": "./modules/app/browser-app.module#BrowserAppModule"
  }
}