Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
Typescript considera el contenido del archivo json como un objeto vacío

Tengo un archivo config.json:

 { "attribute": "value" }

Cuando intento importarlo:

 import data from './config.json' class Service1 { private config: Record<string, unknown> | undefined initConfig(data: Record<string, unknown>) { this.config = data return this.config } getAttribute(){ const {attribute} = this.initConfig(data) return attribute } }

Obtuve el error tslint para la línea const {attribute} = this.initConfig(data) :

 Argument of type '{}' is not assignable to parameter of type 'Record<string, unknown>'. Index signature for type 'string' is missing in type '{}'.

¿Por qué TypeScript considera los datos como un objeto vacío?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!