kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
chore(front): allow ES2022 syntax such as Array.at
rodzic
622b8ca144
commit
ad3842a86b
|
|
@ -6,6 +6,7 @@
|
|||
"noUnusedLocals": true,
|
||||
"noImplicitAny": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"typeRoots": ["node_modules", "node_modules/@types"],
|
||||
"types": [
|
||||
"vitest/globals",
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue