Create index.js & index.d.ts #12
checks.yml
on: pull_request
ESLint
14s
TypeScript Check
13s
Annotations
8 errors
TypeScript Check:
src/pages/commonPage.ts#L38
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
TypeScript Check:
src/pages/commonPage.ts#L47
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
TypeScript Check:
src/pages/commonPage.ts#L637
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
TypeScript Check:
src/pages/commonPage.ts#L637
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
TypeScript Check:
src/utils/testContext.ts#L29
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
TypeScript Check
Process completed with exit code 2.
|
ESLint:
src/index.ts#L15
Newline required at end of file but not found
|
ESLint
Process completed with exit code 1.
|