set outdir in tsconfig.json

This commit is contained in:
Johannes Rieken
2017-11-23 12:04:44 +01:00
parent 9ae69443fb
commit 795d3701be

View File

@@ -13,8 +13,9 @@
"noUnusedLocals": true,
"noImplicitThis": true,
"baseUrl": ".",
"outDir": "../out",
"typeRoots": [
"typings"
]
}
}
}