I've upgraded one of my projects to SPFx 1.6.0 using the @next version of the CLI. After following all the steps, I'm seeing errors when I run gulp serve which look like they come from the updates to tsconfig.json.
I'm attaching the output of the command:
office365 spfx project upgrade --toVersion 1.6.0
as well as the tsconfig.json file after I made the changes and the errors I see in the terminal. See lines 29-34 in errors.txt for the errors about the include and exclude options.
upgrade-1.6.0.zip
It's certainly possible I misread the instructions, but I've checked a few times and I think I've got things right.
I've upgraded one of my projects to SPFx 1.6.0 using the @next version of the CLI. After following all the steps, I'm seeing errors when I run gulp serve which look like they come from the updates to tsconfig.json.
I'm attaching the output of the command:
office365 spfx project upgrade --toVersion 1.6.0as well as the tsconfig.json file after I made the changes and the errors I see in the terminal. See lines 29-34 in errors.txt for the errors about the include and exclude options.
upgrade-1.6.0.zip
It's certainly possible I misread the instructions, but I've checked a few times and I think I've got things right.