mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
20 lines
358 B
JSON
20 lines
358 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"
|
|
]
|
|
}
|