diff --git a/tsconfig.json b/tsconfig.json index eef571a..85a65a2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "allowImportingTsExtensions": true, "useDefineForClassFields": true, "skipLibCheck": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"], "types": ["@webgpu/types", "@types/node", "bun-types"] },