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