Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 19a9e35

Browse files
filipesilvaFoxandxss
authored andcommitted
fix(plunkers):use correct tsconfig (#2611)
1 parent a44c5ea commit 19a9e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plunker-builder/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class PlunkerBuilder {
216216
}
217217
this.systemjsConfig = fs.readFileSync(this.basePath + systemJsConfigPath, 'utf-8');
218218
this.systemjsConfig += this.copyrights.jsCss;
219-
this.tsconfig = fs.readFileSync(`${this.basePath}/tsconfig.json`, 'utf-8');
219+
this.tsconfig = fs.readFileSync(`${this.basePath}/_boilerplate/tsconfig.json`, 'utf-8');
220220
}
221221

222222
_htmlToElement(document, html) {

0 commit comments

Comments
 (0)