Skip to content
Snippets Groups Projects
tsconfig.json 372 B
Newer Older
VIktorGrev's avatar
VIktorGrev committed
{
  "files": [],
  "references": [
    {
      "path": "./tsconfig.node.json"
    },
    {
      "path": "./tsconfig.app.json"
    },
    {
      "path": "./tsconfig.vitest.json"
    }
  ],
  "compilerOptions": {
VIktorGrev's avatar
VIktorGrev committed
    "module": "NodeNext",
    "types" : ["pinia-plugin-persist"],
    "typeRoots": ["./node_modules/@types", "./node_modules/pinia-plugin-persist/dist"]
VIktorGrev's avatar
VIktorGrev committed
  }
}