ant-design/tsconfig.json
Benjy Cui 4026221d45 deps: hello moment (#2887)
* deps: upgrade TimePicker

* deps: upgrade DatePicker

* deps: upgrade Calendar

* fix: moment should work with LocaleProvider

* feat: update API of TimePicker

* feat: update Calendar's APIs

* feat: update DatePicker's APIs

* doc: update demo

* revert: add dateString and timeString and so on

* feat: add Calendar[defaultValue]

* feat: add defaultPickerValue

* docs: update docs about date picker

* feat: set moment locale to zh-cn automatically
2016-09-09 13:55:21 +08:00

12 lines
187 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"target": "es6"
},
"exclude": [
"node_modules"
]
}