yummy.cricket/tsconfig.json

10 lines
169 B
JSON
Raw Normal View History

2024-09-04 09:31:06 -04:00
{
"compilerOptions": {
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmitOnError": true,
"lib": ["ES2021", "dom"],
"target": "ES2015"
}
}