Skip to content
Snippets Groups Projects
tsconfig.json 244 B
Newer Older
VIktorGrev's avatar
VIktorGrev committed
{
  "files": [],
  "references": [
    {
      "path": "./tsconfig.node.json"
    },
    {
      "path": "./tsconfig.app.json"
    },
    {
      "path": "./tsconfig.vitest.json"
    }
  ],
  "compilerOptions": {
    "module": "NodeNext"
  }
}