diff options
Diffstat (limited to 'vid-webpack-master/typedoc.json')
-rw-r--r-- | vid-webpack-master/typedoc.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vid-webpack-master/typedoc.json b/vid-webpack-master/typedoc.json new file mode 100644 index 000000000..1a9f28275 --- /dev/null +++ b/vid-webpack-master/typedoc.json @@ -0,0 +1,15 @@ +{ + "mode": "modules", + "out": "doc", + "theme": "default", + "ignoreCompilerErrors": "true", + "experimentalDecorators": "true", + "emitDecoratorMetadata": "true", + "target": "ES5", + "moduleResolution": "node", + "preserveConstEnums": "true", + "stripInternal": "true", + "suppressExcessPropertyErrors": "true", + "suppressImplicitAnyIndexErrors": "true", + "module": "commonjs" +}
\ No newline at end of file |