ant-design/tsconfig.json

7 lines
102 B
JSON
Raw Normal View History

2016-06-22 13:18:43 +08:00
{
"compilerOptions": {
"moduleResolution": "node",
"jsx": "react",
"target": "es6"
}
}