cs_homework09/tsconfig.json

6 lines
96 B
JSON
Raw Normal View History

2019-12-20 20:46:53 +01:00
{
"compilerOptions": {
"target": "es5",
"lib": ["esnext", "dom", "dom.iterable"]
}
}