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