Andrej Leitner
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Andrej Leitner created a post, Global type not recognized in files excluded from compilation
I have global type defined in global.d.ts type Id = string; It gets recognized in files included for tsc build. However it's not recognized by WebStorm IDE (TS2304: Cannot find name 'Id'.) in files...