All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.vue.tsconfig.json Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
{
  "extends": "@vue/tsconfig/tsconfig.dom.json",
  "compilerOptions": {
    "allowJs": true,
    "sourceMap": true,
    "types": ["vite/client", "vitest/globals"],
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/main/webapp/app/*"]
    }
  },
  "include": ["src/main/webapp/**/*", "src/test/webapp/unit/**/*"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy