mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
Update package-builder to TS 2.0 and @types
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"outDir": "tmp",
|
||||
"sourceMap": false
|
||||
"sourceMap": false,
|
||||
"lib": ["es6"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user