ant-design/tsconfig.json
2016-10-19 17:52:23 +08:00

13 lines
218 B
JSON

{
"compilerOptions": {
"strictNullChecks": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"target": "es6"
},
"exclude": [
"node_modules"
]
}