New Angular UI from 1806
[vid.git] / vid-webpack-master / typedoc.json
diff --git a/vid-webpack-master/typedoc.json b/vid-webpack-master/typedoc.json
new file mode 100644 (file)
index 0000000..1a9f282
--- /dev/null
@@ -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