diff --git a/tools/plunker-builder/builder.js b/tools/plunker-builder/builder.js index 9a80b01e43..9d893f3304 100644 --- a/tools/plunker-builder/builder.js +++ b/tools/plunker-builder/builder.js @@ -216,7 +216,7 @@ class PlunkerBuilder { } this.systemjsConfig = fs.readFileSync(this.basePath + systemJsConfigPath, 'utf-8'); this.systemjsConfig += this.copyrights.jsCss; - this.tsconfig = fs.readFileSync(`${this.basePath}/tsconfig.json`, 'utf-8'); + this.tsconfig = fs.readFileSync(`${this.basePath}/_boilerplate/tsconfig.json`, 'utf-8'); } _htmlToElement(document, html) {