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

211
Views
Typescript considers the json file content as empty object

I have a config.json file:

{
  "attribute": "value"
}

When I try importing it:

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
    }
}

I got the tslint error for the line 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 '{}'.

Why typescript considers the data as an empty object?

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!