Karolis' playground schedule / master tsconfig.node.json
master

Tree @master (Download .tar.gz)

tsconfig.node.json @masterraw · history · blame

1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Node"
  },
  "include": ["vite.config.ts"]
}