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

331
Vistas
Unable to add typescript support in my quasar web application

I am trying to add typescript support on my quasar application. According to the quasar documentation I have set the configuration in tsconfig.json and quasar.config.js:

Following is the configuration in my tsconfig.json

{
  "extends": "@quasar/app-webpack/tsconfig-preset.json",
  "compilerOptions": {
    "target": "esnext",
    "useDefineForClassFields": true,
    "module": "esnext",
    "moduleResolution": "node",
    "strict": true,
    "jsx": "preserve",
    "sourceMap": true,
    "resolveJsonModule": true,
    "isolatedModules": true,
    "esModuleInterop": true,
    "lib": ["esnext", "dom"],
    "baseUrl": ".",
    "paths": {
      "~*": ["src/*"]
    }
  },
  "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
  "references": [{ "path": "./tsconfig.node.json" }]
}

And it is giving me the following errors:

  1. Path to base configuration file to inherit from. Requires TypeScript version 2.1 or later.
  2. File '@quasar/app-webpack/tsconfig-preset.json' not found

And below is my quasar.config.js:

module.export = function( /* ctx */ ) {
    return {
        supportTS: true,
        build: {
            rtl: true
        },
    }
}
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Change @quasar/app-webpack/tsconfig-preset.json to @quasar/app/tsconfig-preset.json. Looks like the docs are either dated or don't cover all situations.

about 4 years ago · Juan Pablo Isaza 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