Commit c844f43
committed
fix(compiler): make sure language service use updated compiler options
The compiler options are updated to have the proper module kind and are used by `_transpileOutput`.
But when the compilation is delegated to the language service, the updated compiler options are not used,
and the module kind ends up being the one in the initially read configuration.
To make sure the language service gets the updated compiler options,
this commit bumps the project version, thus ensuring that the internal `synchronizeHostData`
of the language service refresh the options.
(see https://github.com/microsoft/TypeScript/blob/459bd1994115fc4a14f7f1a80c36affe2281f2ea/src/services/services.ts#L1278-L1287)1 parent c568f49 commit c844f43
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments