8 lines
110 B
JSON
8 lines
110 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"downlevelIteration": true,
|
||
|
"target": "es5",
|
||
|
"lib": ["es6", "dom"]
|
||
|
}
|
||
|
}
|