gallery/tsconfig.json

10 lines
169 B
JSON
Raw Normal View History

2023-09-06 19:17:21 -04:00
{
"compilerOptions": {
"strict": true,
"noUncheckedIndexedAccess": true,
2023-09-06 19:17:21 -04:00
"noEmitOnError": true,
"lib": ["ES2021", "dom"],
"target": "ES2015"
}
}