mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Update aspnet-webpack to use TS 2.0 and @types
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
/typings/
|
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/*.js
|
/*.js
|
||||||
/*.d.ts
|
/*.d.ts
|
||||||
|
|||||||
@@ -25,9 +25,12 @@
|
|||||||
"webpack-node-externals": "^1.4.3"
|
"webpack-node-externals": "^1.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsd": "0.6.5",
|
"@types/connect": "^3.4.30",
|
||||||
|
"@types/node": "^6.0.42",
|
||||||
|
"@types/webpack": "^1.12.34",
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.5.4",
|
||||||
"typescript": "^1.8.10"
|
"typescript": "^2.0.0",
|
||||||
|
"webpack": "^1.13.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"webpack": "^1.13.2"
|
"webpack": "^1.13.2"
|
||||||
|
|||||||
@@ -4,8 +4,12 @@
|
|||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "."
|
"outDir": ".",
|
||||||
|
"lib": ["es2015"]
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"src/index.ts"
|
||||||
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "v4",
|
|
||||||
"repo": "borisyankov/DefinitelyTyped",
|
|
||||||
"ref": "master",
|
|
||||||
"path": "typings",
|
|
||||||
"bundle": "typings/tsd.d.ts",
|
|
||||||
"installed": {
|
|
||||||
"webpack/webpack.d.ts": {
|
|
||||||
"commit": "0144ad5a74053f2292424847259c4c8e1d0fecaa"
|
|
||||||
},
|
|
||||||
"node/node.d.ts": {
|
|
||||||
"commit": "e937b3e64af586d19f2ea29fdf771e9dc4feecc8"
|
|
||||||
},
|
|
||||||
"source-map/source-map.d.ts": {
|
|
||||||
"commit": "0144ad5a74053f2292424847259c4c8e1d0fecaa"
|
|
||||||
},
|
|
||||||
"uglify-js/uglify-js.d.ts": {
|
|
||||||
"commit": "0144ad5a74053f2292424847259c4c8e1d0fecaa"
|
|
||||||
},
|
|
||||||
"es6-promise/es6-promise.d.ts": {
|
|
||||||
"commit": "0144ad5a74053f2292424847259c4c8e1d0fecaa"
|
|
||||||
},
|
|
||||||
"connect/connect.d.ts": {
|
|
||||||
"commit": "e937b3e64af586d19f2ea29fdf771e9dc4feecc8"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user