tsconfig.json 147 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5
{
  "extends": "@quasar/app-webpack/tsconfig-preset",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
hucy's avatar
hucy committed
6
      "@/*": ["src/*"]
hucy's avatar
hucy committed
7 8 9
    }
  }
}