gloriaJun / til

Lessoned Learned
3 stars 0 forks source link

create webpack config with typescript #117

Closed gloriaJun closed 2 years ago

gloriaJun commented 3 years ago
yarn add -D typescript ts-node @types/node @types/webpack

# and, if using webpack-dev-server
yarn add -D @types/webpack-dev-server

Reference