Posts by Lucas Dittrich • 1 point
2 posts
-
0
votes1
answer41
viewsA: TSLINT - Private variable rule
I believe that this rule has not yet been implemented in tslint. From what I’ve researched, there’s an open site for the repository on Github. So I suggest you track it:…
typescriptanswered Lucas Dittrich 1 -
0
votes2
answers479
viewsA: Typescript build does not support Commonjs from Node.js
I don’t know if you’ve ever tried it, but what if default of the module you created? Example: export function alert(message: string): void { console.log('Alerta: ' + message) } Another thing, you’re…