mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-29 04:57:32 +00:00
Add example of using TypeScript 2.1 + Webpack 2.1 + paths to help with #494
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
|
||||
Reference in New Issue
Block a user