Andy
ae4fe7b6de
Use "lib" in tsconfigs instead of "target". ( #13968 )
...
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
yasupeke
eef0e1ad4c
[webpack-dev-server]Change WebpackDevServer.Configuration.filename type from string to string| RegExp. ( #14037 )
2017-01-17 13:33:37 -08:00
Andy
a4bd9fa3c1
Add "noImplicitThis" to all tsconfig.json ( #13446 )
...
* Add "noImplicitThis" to all tsconfig.json
* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Nathan Shively-Sanders
983c93531a
Merge branch 'types-2.0' into types-merge-20161118
2016-11-21 16:16:59 -08:00
Andy
8841dfc744
Use index.d.ts only (not foo/foo.d.ts) ( #12834 )
...
* Use index.d.ts only (not foo/foo.d.ts)
* Convert more packages
* Remove unnecessary references
2016-11-21 12:58:06 -08:00
Mine Yalcinalp Starks
253e456e3c
Merge remote-tracking branch 'upstream/master' into types-2.0
...
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
Kanchalai Tanglertsampan
2bac593bcf
Fix build error from merging
2016-11-09 17:20:56 -08:00
Kanchalai Tanglertsampan
1200f753d6
Merge branch 'master' into types-2.0
...
# Conflicts:
# .gitignore
# ajv/ajv.d.ts
# angular-material/angular-material.d.ts
# angular-protractor/angular-protractor.d.ts
# angularjs/angular-tests.ts
# angularjs/angular.d.ts
# aws-sdk/aws-sdk.d.ts
# electron-devtools-installer/electron-devtools-installer-tests.ts
# electron-json-storage/electron-json-storage-tests.ts
# electron-notifications/electron-notifications.d.ts
# electron-notify/electron-notify.d.ts
# electron-window-state/electron-window-state.d.ts
# electron/electron-prebuilt.d.ts
# enzyme/enzyme.d.ts
# eventemitter3/eventemitter3-tests.ts
# eventemitter3/eventemitter3.d.ts
# graphql/graphql.d.ts
# highcharts/highcharts.d.ts
# immutable/immutable.d.ts
# inquirer/inquirer.d.ts
# jasmine/jasmine.d.ts
# joi/joi.d.ts
# jquery.dataTables/jquery.dataTables-tests.ts
# jquery.dataTables/jquery.dataTables.d.ts
# kafka-node/kafka-node.d.ts
# kefir/kefir.d.ts
# kendo-ui/kendo-ui.d.ts
# koa/koa.d.ts
# leaflet/leaflet.d.ts
# lodash/lodash.d.ts
# mapbox-gl/mapbox-gl.d.ts
# material-ui/material-ui.d.ts
# menubar/menubar.d.ts
# mongodb/mongodb.d.ts
# needle/needle-tests.ts
# needle/needle.d.ts
# noble/noble.d.ts
# node/node.d.ts
# pegjs/pegjs.d.ts
# pixi.js/pixi.js.d.ts
# polymer/polymer.d.ts
# quill/quill-tests.ts
# quill/quill.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-fa/react-fa-tests.tsx
# react-fa/react-fa.d.ts
# react-native/react-native.d.ts
# react-select/react-select.d.ts
# react/react.d.ts
# threejs/three-vrcontrols.d.ts
# threejs/three-vreffect.d.ts
# toastr/toastr.d.ts
# validator/validator.d.ts
# webpack/webpack.d.ts
# winston/winston.d.ts
2016-11-09 17:20:41 -08:00
Mohsen Azimi
9f18cfbe98
Add stats to config ( #12023 )
...
* Add stats to config
Reference
https://github.com/webpack/extract-text-webpack-plugin/issues/35#issuecomment-176689891
* Update webpack.d.ts
2016-10-25 23:22:20 +09:00
zhengbli
62e37b17e1
Merge commit 'origin/master~100' into zhengbli_merge
2016-10-24 20:34:59 -07:00
Mohsen Azimi
7cf9009e04
Add https option to webpack-deve-server config ( #11800 )
...
Reference:
* https://webpack.github.io/docs/webpack-dev-server.html
* http://stackoverflow.com/a/33190065
2016-10-06 12:44:36 -07:00
Andy Hanson
28ef3d201b
Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/>
2016-09-16 08:59:57 -07:00
nael
bedf3baa88
Defintions for webpack dev server ( #11087 )
...
* adding webpack-dev-server
* renamed -test.ts to -tests.ts
2016-09-09 22:39:03 +09:00