11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"moduleResolution": "Node16",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|