You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
and then other options are defined in tsconfig.base.json
this seems to work from the command line, but linter-tslint isn't picking up the options in .tsconfig.base.json
Specifically we are using decorators and the option "experimentalDecorators": true, isn't working.
The text was updated successfully, but these errors were encountered:
radfahrer
changed the title
does not respect rules set it files that tsconfig extends
does not respect compiler options set it files that tsconfig extends
Aug 17, 2018
our tsconfig.json file is very simple:
and then other options are defined in tsconfig.base.json
this seems to work from the command line, but linter-tslint isn't picking up the options in .tsconfig.base.json
Specifically we are using decorators and the option "experimentalDecorators": true, isn't working.
The text was updated successfully, but these errors were encountered: