fix: correct trailing comma in tsconfig (#970)
This commit is contained in:
parent
d5d4963498
commit
06d5791568
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parserOptions": {
|
||||
"project": "./frontend/tsconfig.json",
|
||||
},
|
||||
"project": "./frontend/tsconfig.json"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue