react-viewer/tsconfig.json
2018-08-16 10:08:54 +08:00

20 lines
360 B
JSON

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