๐Ÿ“ฆ bbland1 / is-shoujo-quiz

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