Custom Typescript Settings
Hello, I am reading the documentation on the subject of injecting custom Typescript Settings, I can clearly see the docs mention the ability to modify or add settings without breaking the grander configuration, What is missing is an actual example where and how you apply settings.
For example, If I want to set
For example, If I want to set
compilerOptions.experimentalDecorators: true how would I best go about this?