Address occurrences of `@ts-expect-error`. Then make this change in function-builder/package.json and function-builder-basics/package.json: ```diff - "ts-expect-error": "allow-with-description", + "ts-expect-error": true ``` Related to https://github.com/phetsims/function-builder/issues/158.