diff --git a/showcases/stencil-showcase/README.md b/showcases/stencil-showcase/README.md index b5d3d860bf7..d1e8e60d811 100644 --- a/showcases/stencil-showcase/README.md +++ b/showcases/stencil-showcase/README.md @@ -3,12 +3,10 @@ ```json /tsconfig.json - "compilerOptions": { ... "paths": { "@angular/*": ["./node_modules/@angular/*"] } } -`` ```