yummy.cricket/tsconfig.json

9 lines
169 B
JSON

{
"compilerOptions": {
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmitOnError": true,
"lib": ["ES2023", "dom"],
"target": "ES2022"
}
}