ADVENT OF CODE SOLUTIONS
Setup
node i -g node-gyp
yarn && yarn build
node ./dist/myfile.ts
Debug
Open your file you want to debug and press F5
node i -g node-gyp
yarn && yarn build
node ./dist/myfile.ts
Open your file you want to debug and press F5