Skip to content

Commit 5b37148

Browse files
author
Kevin Delisle
committed
fix(example-getting-started): fix "extends" path to point to @loopback/build module
1 parent 9478d8b commit 5b37148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/example-getting-started/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/tsconfig",
3-
"extends": "../build/config/tsconfig.common.json",
3+
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
44
"compilerOptions": {
55
"rootDir": "."
66
},

0 commit comments

Comments
 (0)