17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ES2020", "DOM"],
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"noErrorTruncation": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2020"
|
|
}
|
|
}
|