IDEA does not pick up tsconfig types when in a subfolder like '[foldername]'
Answered
I have a folder, lets say its called 'app', this folder is a subfolder to '[foldername]' (yes with square brackets).
You can look at it like this.
- [foldername]
- > app
- >> client
- >>> tsconfig.json
- >> server
- >>> tsconfig.json
Now, when removed from the '[foldername'] the 'types' form tsconfig suddenly starts working again.
Has any experienced this, and if so, what was done to fix it.
Please sign in to leave a comment.
Most probably, squared brackets is the reason.
Please create a new YouTrack ticket with project sample attached: https://youtrack.jetbrains.com/newIssue?project=web
I'll do it today :) Thanks