2019-09-29 20:34:30 -08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": false,
|
2019-12-11 05:01:14 -09:00
|
|
|
"composite": true,
|
2019-09-29 20:34:30 -08:00
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"jsx": "react",
|
2019-12-11 05:01:14 -09:00
|
|
|
"lib": [
|
|
|
|
|
"dom",
|
|
|
|
|
"es2017"
|
|
|
|
|
],
|
|
|
|
|
"module": "commonjs",
|
2019-09-29 20:34:30 -08:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
|
"removeComments": false,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"strict": true,
|
2019-12-18 00:10:51 -09:00
|
|
|
"target": "es2018"
|
2019-12-11 05:01:14 -09:00
|
|
|
}
|
2019-09-29 20:34:30 -08:00
|
|
|
}
|