Skip to content

Commit

Permalink
fix(example-getting-started): fix "extends" path to point to @loopbac…
Browse files Browse the repository at this point in the history
…k/build module
  • Loading branch information
Kevin Delisle committed Jan 19, 2018
1 parent 9478d8b commit 5b37148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-getting-started/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../build/config/tsconfig.common.json",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
},
Expand Down

0 comments on commit 5b37148

Please sign in to comment.