{  
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*":["src/renderer/src/*"],
      "@root/*":["./*"]
    }
  },
  "files": [],
  "references": [
    {
      "path": "./tsconfig.node.json"
    },
    {
      "path": "./tsconfig.app.json"
    }
  ]
}