๐Ÿ“ฆ paulshen / test-vite-stream

๐Ÿ“„ tsconfig.node.json ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "allowSyntheticDefaultImports": true,
    "jsx": "preserve"
  },
  "include": ["vite.config.ts"]
}