react-viewer/tsconfig.json
2019-08-01 10:45:07 +08:00

21 lines
388 B
JSON

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