kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(config): stricter typescript for better type inference
rodzic
3e31002df9
commit
56fff9d583
|
@ -4,6 +4,7 @@
|
|||
"baseUrl": ".",
|
||||
"sourceMap": true,
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitAny": true,
|
||||
"experimentalDecorators": true,
|
||||
"typeRoots": ["node_modules", "node_modules/@types"],
|
||||
"types": [
|
||||
|
|
Ładowanie…
Reference in New Issue