12 lines
220 B
JSON
12 lines
220 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2018",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|