https://github.com/angular/angular
Raw File
Tip revision: 2c6bdc7f0cce3dc148d450413126d8cabf14a4c6 authored by Matthieu Riegler on 05 March 2024, 08:18:49 UTC
build: remove AIO related extensions
Tip revision: 2c6bdc7
tsconfig.spec.json
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine"
    ]
  },
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top