sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[TASK] enable enhanced typescript validation

Open JoernBerkefeld opened this issue 2 months ago • 0 comments

jsconfig.json > compilerOption.checkJs = true OR // @ts-check

AND

.vscode/settings.json > "javascript.validate.enable": true

this should prevent us from writing bad code and potentially fix issues we already have

dependant on:

  • https://github.com/DougMidgley/SFMC-SDK/issues/300

JoernBerkefeld avatar Apr 02 '24 22:04 JoernBerkefeld