https://github.com/angular/angular
Raw File
Tip revision: 8e1946ed529e290b8bbb787415d86f39e9db29c4 authored by Matthieu Riegler on 21 February 2023, 23:03:39 UTC
docs: escape script tag to prevent rendering problems (#49152)
Tip revision: 8e1946e
tsconfig.spec.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "files": [
    "src/test.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top