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
{
  "compilerOptions": {
    "target": "es2020",
    "module": "es2020",
    "moduleResolution": "node",
    "lib": ["es2020", "dom"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "outDir": "dist",
    "types": ["node"],
    "rootDir": "."
  },
  "files": [
    "src/app.ts",
    "src/main.ts"
  ]
}
back to top