Maarten Tibau
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Edited Excluded folder is not being taking into account by tsconfig.json
I currently am facing this issue:When creating an Angular workspace to create a reusable library the folder structure looks like this:-- my-workspace -- projects -- my-library -- my-library-... -
Created Default code style
I know that code style is a setting that has to be set on a project level. But since you can create a custom code style on IDE level, it would be really nice if you could assign this code style to ... -
Created TypeScript compiler won't run on new files
Hi, I just upgraded from WS 2016.1 to WS 2016.2 because I thought I might have run into a bug or something. The problem is, my .ts files aren't being compiled anymore.As you can see in the screensh... -
Created Typescript Compiler doesn't exclude "node_modules" folder
Hi, I'm working on an Angular 2 app with phpStorm, but what is really frustrating is that the TS compiler always keeps looking for errors in the "node_modules" folder as well and throws errors of c... -
Created TypeScript compiler "cannot find module 'angular2/..."
Hi, I have a basic angular 2 setup, now the TypeScript compiler keeps saying it can't the modules, although I have imported it in the external libraries and when I press "CTRL" the hand is showing ...