summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/tsconfig.json
blob: 5742d1f6efd22ef67d7adde145e9052364c204ff (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "../../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "outDir": "./dist",
    "verbatimModuleSyntax": false
  }
}