14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"module": "Node16",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|