Fix readme instructions

This commit is contained in:
József Farkas
2016-05-07 23:26:42 +02:00
parent 71f1d16051
commit b48fbdd44d
4 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
module.exports = {
entry: {
main: './test-serializer.ts'
main: __dirname + '/test-serializer.ts'
},
target: 'node',
output: {