https://github.com/angular/angular
Raw File
Tip revision: 4bcc7ec3adf06a3ca8fd2632897527a84bbdd603 authored by Ben Hong on 12 March 2024, 17:10:22 UTC
docs: resolve extra padding on tutorial editor
Tip revision: 4bcc7ec
tsconfig.json
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "module": "esnext",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "es2015",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2018",
      "dom"
    ]
  }
}
back to top