gallery/tsconfig.json
2024-08-18 02:43:52 +02:00

9 lines
169 B
JSON

{
"compilerOptions": {
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmitOnError": true,
"lib": ["ES2021", "dom"],
"target": "ES2015"
}
}