9 lines
131 B
JSON
9 lines
131 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"noEmitOnError": true,
|
||
|
"lib": ["ES2021", "dom"],
|
||
|
"target": "ES2015"
|
||
|
}
|
||
|
}
|