Expected behavior:
When strict mode enabled, the compilation should yell something it there is a strict error.
Current behavior:
Compilation during nx serve does not say anything. It does say something when you build with nx build.
I have no clue why it behaves like this, it's the first time I have such a thing in a Nx project. I could find any quick answer to that...
Expected behavior:
When strict mode enabled, the compilation should yell something it there is a strict error.
Current behavior:
Compilation during
nx servedoes not say anything. It does say something when you build withnx build.I have no clue why it behaves like this, it's the first time I have such a thing in a Nx project. I could find any quick answer to that...