๐Ÿ“ฆ lichon / rustdesk-web-ts

๐Ÿ“„ tsconfig.worker.json ยท 9 lines
1
2
3
4
5
6
7
8
9{
  "extends": "./tsconfig.node.json",
  "compilerOptions": {
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
    "types": ["./worker-configuration.d.ts", "vite/client"],
  },
  "include": ["./worker-configuration.d.ts", "./worker"]
}