9 lines
156 B
JSON
9 lines
156 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"noImplicitAny": true,
|
||
|
"noUnusedParameters": false,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|