You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript and JavaScript can co-exist, but for sake of development we should probably just stick to one thing. TypeScript has a number of benefits, and vscode extensions are typically written in typescript. Convert all the js files we have to ts.
The text was updated successfully, but these errors were encountered:
As part of #19, the webpack config has been updated to support typescript, so we can use typescript code in the javascript code. This way, we can gradually migrate the javascript to typescript.
TypeScript and JavaScript can co-exist, but for sake of development we should probably just stick to one thing. TypeScript has a number of benefits, and vscode extensions are typically written in typescript. Convert all the js files we have to ts.
The text was updated successfully, but these errors were encountered: