awesome-compose/angular/angular/tsconfig.app.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

16 lines
287 B
JSON

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