https://github.com/angular/angular
Raw File
Tip revision: cc962f5b9f1e192b618225f29af81bb821012b01 authored by Emma Twersky on 10 April 2024, 02:10:07 UTC
fix(docs): formating on signals input guide
Tip revision: cc962f5
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