Maarten Tibau
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Maarten Tibau created a post, 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-... -
Maarten Tibau commented, -
Maarten Tibau created a post, 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 ... -
-
Maarten Tibau commented, -
-
Maarten Tibau created a post, 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... -
Maarten Tibau created a post, 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... -
Maarten Tibau created a post, 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 ... -
Maarten Tibau created a post, phpStorm 9.0.2 problem with undentified classes
Hi,I've installed phpStorm 9.0.2, all OK... but when I look into my code a lot methods that are called staticly aren't found anymore by the IDE.The class name has an orange / yellow background, and...