Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

241
Visualizações
TypeScript: Importing a module in a Typescript project?

I have some static data I am trying create a lookup table for so I have an object in a TS file:

newTSFile.ts

export declare module FontList { 
   export DEFAULT_DATA: {
       'james': {
           'age': '23'
        },
        'jack': {
           'age': '22'
        }
   }
}

then in my main TS file, I am importing as

import { FontList } from './newTSFile';

// 
console.log("font list: ", FontList)

however, it still can't find the file when compiling with the error: Error [ERR_MODULE_NOT_FOUND]: Cannot find module .../FontList . Not sure what I am doing wrong here in regards to importing

about 4 years ago · Santiago Gelvez
1 Respostas
Responde à pergunta

0

Try this:-

newTSFile.ts export const FontList: { 'james': { 'age': '23' }, 'jack': { 'age': '22' } }

main TS file import { FontList } from './newTSFile';

about 4 years ago · Santiago Gelvez Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda