ant-design/tsconfig.json

13 lines
217 B
JSON
Raw Normal View History

2016-06-22 13:18:43 +08:00
{
"compilerOptions": {
2016-10-24 16:30:38 +08:00
"strictNullChecks": true,
2016-06-22 13:18:43 +08:00
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
2016-06-22 16:09:45 +08:00
"jsx": "preserve",
2016-06-22 13:18:43 +08:00
"target": "es6"
2016-06-22 16:09:45 +08:00
},
"exclude": [
"node_modules"
]
}