fix(toh-6): add missing tsconfig file (#3289)
This commit is contained in:
parent
5afcc05084
commit
d586c7cd6a
13
public/docs/_examples/toh-6/ts/src/tsconfig.1.json
Normal file
13
public/docs/_examples/toh-6/ts/src/tsconfig.1.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
@ -459,7 +459,7 @@ a#toh
|
|||||||
|
|
||||||
+makeTabs(
|
+makeTabs(
|
||||||
`toh-6/ts/tsconfig-aot.json,
|
`toh-6/ts/tsconfig-aot.json,
|
||||||
toh-6/ts/src/tsconfig.json`,
|
toh-6/ts/src/tsconfig.1.json`,
|
||||||
null,
|
null,
|
||||||
`tsconfig-aot.json (AOT),
|
`tsconfig-aot.json (AOT),
|
||||||
src/tsconfig.json (JIT)`
|
src/tsconfig.json (JIT)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user