Leetcode Visualized: TypeScript Development Environment

preview_player
Показать описание
Setup your dev environment for working with TypeScript homie.
Рекомендации по теме
Комментарии
Автор

Updates to tsconfig:
I've decided to target my compilation to es6.
I wasn't able to iterate over a JS Set via a for-of loop when compiling to ES5.
{
"compilerOptions": {
"target": "es6",

"lib": ["es6", "dom"],
}
}

alexanderle
Автор

Really appreciate this, Alex. Recently found your channel. Your channel will surely do well going forward. Great content. Thank you!

Finn-jppn
visit shbcf.ru