react-viewer/tsconfig.json
2020-06-24 02:16:49 +08:00

20 lines
389 B
JSON

{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"jsx": "preserve",
"sourceMap": true,
"removeComments": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"noUnusedLocals": true,
"baseUrl": ".",
"paths": {
"@app/*": ["./src/*"]
}
},
"exclude": [
"node_modules",
"__tests__"
]
}