/algorithm-study

2023년 18주차 알고리즘 스터디

Primary LanguageTypeScript

algorithm-study

2023년 18주차 알고리즘 스터디

Locally in your project.

npm install -D typescript npm install -D ts-node

Or globally with TypeScript.

npm install -g typescript npm install -g ts-node

Depending on configuration, you may also need these

npm install -D tslib @types/node

Execute a script as node + tsc.

ts-node script.ts