generated from mizdra/npm-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Type: FeatureNew FeatureNew Feature
Description
tsc prints the code that caused the compilation error to the terminal. This output is often referred to as a code frame.
$ npm run build
> build
> tsc -b tsconfig.build.json
packages/core/src/config.ts:6:7 - error TS2322: Type 'string' is not assignable to type 'number'.
6 const a: number = 'str';
~
Found 1 error.It would be nice if code-modules-kit could also support this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: FeatureNew FeatureNew Feature