12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2023",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noImplicitOverride": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|