Add example of using TypeScript 2.1 + Webpack 2.1 + paths to help with #494

This commit is contained in:
SteveSandersonMS
2016-12-07 16:36:01 +00:00
parent 633969c7b4
commit acdf18f19e
5 changed files with 21 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,