awesome-compose/angular/angular/tsconfig.spec.json
Guillaume Lours 9c1371ede8
full update of the Angular sample (#176)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-11-04 17:22:24 +01:00

19 lines
333 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}