When working with TypeScript in WebStorm, I encountered an issue where the IDE does not recognize enum
or readonly
.
To solve this problem, I delved into TypeScript configuration files. I am currently utilizing .eslintignore
, .eslintrc
, tsconfig.json
, and tslint.json
.