mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
16 lines
319 B
JSON
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__"
|
|
]
|
|
} |