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