13 lines
241 B
JSON
13 lines
241 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"target": "ESNext",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|