Skip to content

Instantly share code, notes, and snippets.

@stepquick
stepquick / package.json
Created October 3, 2018 21:16
sample ts config for webpack dev server
{
"name": "tsconfig",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.config.ts"
},
"author": "",