Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Brendan
Total activity
15
Last activity
May 29, 2018 13:20
Member since
November 08, 2017 18:38
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
May 29, 2018 13:20
Yes, thank you!
Community
IntelliJ IDEA Users
Why is error checking not working?
0 votes
Created
May 25, 2018 21:07
Thanks. Didn't know that existed.
Community
IntelliJ IDEA Users
Why is error checking not working?
0 votes
Created
March 27, 2018 15:32
awesome, thank you
Community
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 votes
Created
March 27, 2018 15:23
Oh interesting. I deleted the js files and the js.map files that were living beside my ts files. I changed something in the ts file, and it's no longer generating new js files in the same folder. W...
Community
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 votes
Created
March 27, 2018 15:11
and yes, it does compile with tsc, but it goes to a different folder. I guess that could be a solution. I have things set up right now so mocha would look for the files that the IDE was compiling a...
Community
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 votes
Created
March 27, 2018 15:08
tsconfig: ``` { "compilerOptions": { "lib": ["es6"], "module": "commonjs", "noImplicitReturns": true, "outDir": "lib", "sourceMap": true, "target": "es5", "allowJs": true }, ...
Community
WebStorm
Why has WebStorm decided not to compile one of my TypeScript files?
0 votes
Created
March 14, 2018 21:21
How did JSHint end up in the project? I never set that up.
Community
WebStorm
How do I resolve these JSHint ES6 errors?
0 votes