aboutsummaryrefslogtreecommitdiff
path: root/fe/tsconfig.node.json
blob: d02c37dfe5fd602f8d79004d1ec829d73423cc2d (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "strict": true
  },
  "include": ["vite.config.ts"]
}