CoolFace
Apppublic

apssouza22/webgpu-cluster

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
tsconfig.json15 linesDownload Raw Back to root
1{2  "compilerOptions": {3    "target": "ES2022",4    "lib": ["ES2022", "DOM", "DOM.Iterable"],5    "module": "ESNext",6    "moduleResolution": "bundler",7    "strict": true,8    "skipLibCheck": true,9    "noEmit": true,10    "types": ["@webgpu/types"]11  },12  "include": ["src", "shared"],13  "exclude": ["server"]14}15