File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "mode" : " modules" ,
3
- "out" : " doc" ,
4
- "theme" : " default" ,
5
-
6
- "ignoreCompilerErrors" : " true" ,
7
- "experimentalDecorators" : " true" ,
8
- "emitDecoratorMetadata" : " true" ,
9
- "target" : " ES5" ,
10
- "moduleResolution" : " node" ,
11
- "preserveConstEnums" : " true" ,
12
- "stripInternal" : " true" ,
13
- "suppressExcessPropertyErrors" : " true" ,
14
- "suppressImplicitAnyIndexErrors" : " true" ,
15
- "module" : " commonjs"
2
+ "mode" : " modules" ,
3
+ "out" : " doc" ,
4
+ "theme" : " default" ,
5
+ "ignoreCompilerErrors" : " true" ,
6
+ "experimentalDecorators" : " true" ,
7
+ "emitDecoratorMetadata" : " true" ,
8
+ "target" : " ES5" ,
9
+ "moduleResolution" : " node" ,
10
+ "preserveConstEnums" : " true" ,
11
+ "stripInternal" : " true" ,
12
+ "suppressExcessPropertyErrors" : " true" ,
13
+ "suppressImplicitAnyIndexErrors" : " true" ,
14
+ "module" : " commonjs"
16
15
}
You can’t perform that action at this time.
0 commit comments