refactor: deprecate tsconfigFileName in app-shell schematic

This commit is contained in:
Alan Agius 2020-06-04 19:04:28 +02:00 committed by Filipe Silva
parent b3f84cc518
commit abdc6aa11c

View File

@ -51,7 +51,8 @@
"tsconfigFileName": { "tsconfigFileName": {
"type": "string", "type": "string",
"default": "tsconfig.server", "default": "tsconfig.server",
"description": "The name of the TypeScript configuration file." "description": "The name of the TypeScript configuration file.",
"x-deprecated": "This option has no effect."
} }
}, },
"required": [ "required": [