chore: execute extract-json-data and fix extract-data script to ident… #2
Annotations
7 errors
build:
src/voices.ts#L2
Cannot find module './data.gen.js' or its corresponding type declarations.
|
build:
src/voices.ts#L24
Argument of type '({ normal }: { normal: any; }) => any' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => any'.
|
build:
src/voices.ts#L25
Argument of type '({ high }: { high: any; }) => any' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => any'.
|
build:
src/voices.ts#L114
Parameter 'qual' implicitly has an 'any' type.
|
build:
src/voices.ts#L126
Parameter 'v' implicitly has an 'any' type.
|
build:
src/voices.ts#L269
Type 'unknown[]' is not assignable to type 'string[]'.
|
build
Process completed with exit code 2.
|