Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

237
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda