mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
22 lines
379 B
JSON
22 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "preserve",
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"target": "es6",
|
|
"lib": [
|
|
"dom",
|
|
"es7"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"lib",
|
|
"es"
|
|
]
|
|
}
|