2021-05-23 00:38:08 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"esModuleInterop": true,
|
2022-01-10 11:22:21 +00:00
|
|
|
"resolveJsonModule": true,
|
2021-05-23 00:38:08 +00:00
|
|
|
"moduleResolution": "node",
|
2021-12-06 13:23:34 +00:00
|
|
|
"jsx": "react",
|
2021-05-23 00:38:08 +00:00
|
|
|
"module": "commonjs",
|
2021-12-06 13:23:34 +00:00
|
|
|
"target": "es6",
|
|
|
|
"allowJs": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
|
|
|
"declaration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"downlevelIteration": true,
|
2021-05-23 00:38:08 +00:00
|
|
|
}
|
|
|
|
}
|