Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

does not respect compiler options set it files that tsconfig extends #231

Closed
radfahrer opened this issue Aug 17, 2018 · 2 comments
Closed
Labels

Comments

@radfahrer
Copy link

radfahrer commented Aug 17, 2018

our tsconfig.json file is very simple:

    {
	    "extends": "./tsconfig.base.json",
	     "compilerOptions": {
                 "allowJs": true,
		"checkJs": true
	    }
    }

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.

@radfahrer 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
@ccjmne
Copy link

ccjmne commented Oct 30, 2019

I'm experiencing the same issue.
Might be due to palantir/tslint#1174.

@aminya
Copy link
Member

aminya commented Apr 5, 2021

Fixed in #396. This is a bug in tslint itself, but I fixed it using some workarounds.

@aminya aminya closed this as completed Apr 5, 2021
@aminya aminya added the bug label Apr 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants