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