react-viewer/tsconfig.json
2016-10-09 15:17:37 +08:00

18 lines
329 B
JSON

{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"jsx": "preserve",
"sourceMap": true,
"removeComments": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"types": [
"react",
"react-dom"
]
},
"exclude": [
"node_modules"
]
}