-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugdeveloper-experienceIssues affecting ease of use and overall experience of LB usersIssues affecting ease of use and overall experience of LB users
Description
Description / Steps to reproduce
- Install any example via cli, e.g ''lb4 example todo-list''
- Open folder in editor, e.g. VSCode
- Trigger linter, e.g Open src/controllers/todo.controller.ts
(n.b. VSCode is only client tested)
Current Behavior
Warns for example below (which is set via tsconfig.build.json):
[ts] Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
Expected Behavior
The tsconfig rules to be applied correctly. Renaming 'tsconfig.build.json' to 'tsconfig.json' resolves the config correctly in VSCode.
Metadata
Metadata
Assignees
Labels
bugdeveloper-experienceIssues affecting ease of use and overall experience of LB usersIssues affecting ease of use and overall experience of LB users