15 lines
240 B
JSON
15 lines
240 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"removeComments": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"jsx": "react",
|
||
|
|
"outDir": "dist",
|
||
|
|
"lib": ["dom", "es2015"]
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"static"
|
||
|
|
]
|
||
|
|
}
|