https://github.com/angular/angular
Raw File
Tip revision: aec2589492f7fb068ef357e4c6c8599a71c927b4 authored by Ben Hong on 20 May 2024, 22:38:23 UTC
docs: add missing border on embedded editor
Tip revision: aec2589
tsconfig.app.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "files": [
    "src/main.ts",
    "src/polyfills.ts"
  ],
  "include": [
    "src/**/*.d.ts"
  ]
}
back to top