2017-02-21 05:02:34 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-07-16 23:00:34 +03:00
|
|
|
"noEmitOnError": false,
|
|
|
|
"strict": true,
|
2021-09-23 17:17:15 +03:00
|
|
|
"target": "ES2020",
|
2022-06-22 21:30:50 +03:00
|
|
|
"module": "ES2020",
|
2021-07-16 23:00:34 +03:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2017-02-21 05:02:34 +03:00
|
|
|
"sourceMap": true,
|
2021-07-16 23:00:34 +03:00
|
|
|
"inlineSources": true,
|
2017-02-21 05:02:34 +03:00
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
2021-07-26 17:43:07 +03:00
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
"moduleResolution": "node"
|
2021-07-16 23:00:34 +03:00
|
|
|
}
|
2017-02-21 05:02:34 +03:00
|
|
|
}
|