mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
0d070d3763
* fix bug #5997 * change order for review
18 lines
298 B
JSON
18 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "preserve",
|
|
"target": "es6",
|
|
"lib": [
|
|
"dom",
|
|
"es7"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|