14 lines
261 B
JSON
14 lines
261 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"composite": true,
|
||
|
"declarationMap": true,
|
||
|
"incremental": true,
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|