18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|||
"compilerOptions": {
|
|||
"target": "ES2022",
|
|||
"module": "ESNext",
|
|||
"moduleResolution": "Bundler",
|
|||
"lib": ["ES2022"],
|
|||
"declaration": true,
|
|||
"strict": true,
|
|||
"noUncheckedIndexedAccess": true,
|
|||
"esModuleInterop": true,
|
|||
"skipLibCheck": true,
|
|||
"forceConsistentCasingInFileNames": true,
|
|||
"noEmit": true,
|
|||
"ignoreDeprecations": "6.0"
|
|||
},
|
|||
"include": ["src"]
|
|||
}
|