coreboarder
coreboarder
@mattzcarey Is there any rough timeline for this solution?
This is happening in Angular 17 as well X [ERROR] TS2304: Cannot find name 'WindowState'. [plugin angular-compiler] node_modules/arquero/dist/types/op/window-functions.d.ts:25:34: 25 │ export type WindowValue = (state: WindowState) => any; ╵ ~~~~~~~~~~~...
The bolded change _**appears**_ to have fixed the issue for me. { "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true,...