update doc style

This commit is contained in:
afc163
2017-04-13 14:06:43 +08:00
parent 9319764eb8
commit 20a5b699e4
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -115,11 +115,11 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
```js
// tsconfig.json
{
"compilerOptions": {
"moduleResolution": "node",
"jsx": "preserve",
"allowSyntheticDefaultImports": true
}
"compilerOptions": {
"moduleResolution": "node",
"jsx": "preserve",
"allowSyntheticDefaultImports": true
}
}
```
+5 -5
View File
@@ -118,11 +118,11 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
```js
// tsconfig.json
{
"compilerOptions": {
"moduleResolution": "node",
"jsx": "preserve",
"allowSyntheticDefaultImports": true
}
"compilerOptions": {
"moduleResolution": "node",
"jsx": "preserve",
"allowSyntheticDefaultImports": true
}
}
```