Replace TSC bundler by nodenext module resolution #227
Annotations
10 errors
lint:
src/utils/index.ts#L1
Cannot find module './convert.js' or its corresponding type declarations.
|
lint:
src/utils/index.ts#L2
Cannot find module './math.js' or its corresponding type declarations.
|
lint:
src/utils/index.ts#L3
Cannot find module './data.js' or its corresponding type declarations.
|
lint:
src/utils/index.ts#L4
Cannot find module './misc.js' or its corresponding type declarations.
|
lint:
src/utils/index.ts#L5
Cannot find module './spatial.js' or its corresponding type declarations.
|
lint:
src/utils/spatial_utils.ts#L11
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './common_types.js'?
|
lint:
src/utils/spatial_utils.ts#L48
Not all code paths return a value.
|
lint:
src/utils/spatial_utils.ts#L60
Object is possibly 'undefined'.
|
lint:
src/utils/spatial_utils.ts#L70
Argument of type 'Vector2 | undefined' is not assignable to parameter of type 'Vector2Like'.
|
lint:
src/utils/spatial_utils.ts#L179
Not all code paths return a value.
|