angular/integration/platform-server/projects/ngmodule/tsconfig.spec.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
296 B
JSON
Raw Normal View History

/* 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"
]
}