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