react-viewer/tsconfig.json
2019-10-21 14:11:05 +08:00

16 lines
319 B
JSON

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