Maarten Tibau
- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
Maarten Tibau 创建了一个帖子, 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 进行了评论, -
Maarten Tibau 创建了一个帖子, 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 进行了评论, -
-
Maarten Tibau 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...