2026-02-15 17:38:53 +07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "nodenext",
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"moduleDetection": "force",
|
2026-02-25 16:20:26 +07:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"resolveJsonModule": true
|
2026-02-15 17:38:53 +07:00
|
|
|
}
|
|
|
|
|
}
|