12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|
|
|