gallery/tsconfig.json

9 lines
131 B
JSON
Raw Normal View History

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