fix(toh-6): add missing tsconfig file (#3289)
This commit is contained in:
parent
5afcc05084
commit
d586c7cd6a
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": [ "es2015", "dom" ],
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
}
|
||||
}
|
|
@ -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)`
|
||||
|
|
Loading…
Reference in New Issue