9 lines
129 B
JSON
9 lines
129 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"isolatedModules": true,
|
||
|
"lib": ["ES2019", "DOM"],
|
||
|
"strict": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|