fix(toh-6): add missing tsconfig file (#3289)

This commit is contained in:
Pete Bacon Darwin 2017-03-01 20:26:56 +00:00 committed by Ward Bell
parent 5afcc05084
commit d586c7cd6a
2 changed files with 92 additions and 79 deletions

View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
}
}

View File

@ -459,7 +459,7 @@ a#toh
+makeTabs(
`toh-6/ts/tsconfig-aot.json,
toh-6/ts/src/tsconfig.json`,
toh-6/ts/src/tsconfig.1.json`,
null,
`tsconfig-aot.json (AOT),
src/tsconfig.json (JIT)`