mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"types": [
|
|
"react",
|
|
"react-dom",
|
|
"node"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |