13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"removeComments": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"static"
|
|
]
|
|
}
|