Skip to content

Commit

Permalink
fix(@angular/cli): fix ide import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
intellix authored and hansl committed Mar 13, 2017
1 parent 501e974 commit 8a1b1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/blueprints/ng/files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
Expand Down

2 comments on commit 8a1b1f9

@andrexx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about compatibility with --source-dir command?

@intellix
Copy link
Contributor Author

@intellix intellix commented on 8a1b1f9 Mar 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't aware of that flag to be honest. Maybe @hansl knows a little more as he merged

Please sign in to comment.