17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["esnext"],
|
|
"types": ["node"],
|
|
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|