© 2026 Hedgehog Software, LLC
tsc --noEmil
npm install effect
import { Function as Fn, Option as Op, String as Str } from 'effect'
skipLibCheck: true
tsc --noEmit
narley@brittes client (682-max-col-ellipsis)$ npm run check-ts-compilation > @app/sr/[email protected] check-ts-compilation > tsc --noEmit node_modules/@effect/data/Brand.d.ts:49:24 - error TS1139: Type parameter declaration expected. 49 export interface Brand<in out K extends string | symbol> { node_modules/@effect/data/Brand.d.ts:49:31 - error TS1005: ';' expected. 49 export interface Brand<in out K extends string | symbol> { node_modules/@effect/data/Brand.d.ts:49:33 - error TS1128: Declaration or statement expected. 49 export interface Brand<in out K extends string | symbol> { node_modules/@effect/data/Brand.d.ts:51:29 - error TS1005: ',' expected. 51 readonly [k in K]: K; node_modules/@effect/data/Brand.d.ts:52:6 - error TS1005: ',' expected. 52 };