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
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"jsx": "react",
|
2019-12-11 05:01:14 -09:00
|
|
|
"module": "commonjs",
|
2019-09-29 20:34:30 -08:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
|
"removeComments": false,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"strict": true,
|
2021-04-07 02:09:17 -08:00
|
|
|
"target": "ES2020",
|
2021-01-03 12:42:36 -09:00
|
|
|
"typeRoots": [
|
|
|
|
|
"./node_modules/@types"
|
|
|
|
|
]
|
2019-12-11 05:01:14 -09:00
|
|
|
}
|
2019-09-29 20:34:30 -08:00
|
|
|
}
|