summaryrefslogtreecommitdiff
path: root/date-fns/jsdoc2md.json
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/jsdoc2md.json')
-rw-r--r--date-fns/jsdoc2md.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/date-fns/jsdoc2md.json b/date-fns/jsdoc2md.json
new file mode 100644
index 0000000..244e56e
--- /dev/null
+++ b/date-fns/jsdoc2md.json
@@ -0,0 +1,20 @@
+{
+ "source": {
+ "includePattern": ".+\\.(ts|js)?$",
+ "excludePattern": ".+\\.(test|spec).ts"
+ },
+ "plugins": ["node_modules/jsdoc-babel"],
+ "babel": {
+ "extensions": ["ts", "tsx", "js"],
+ "ignore": ["**/*.(test|spec).ts"],
+ "babelrc": false,
+ "presets": [
+ ["@babel/preset-env", { "targets": { "node": true } }],
+ "@babel/preset-typescript"
+ ],
+ "plugins": [
+ "@babel/proposal-class-properties",
+ "@babel/proposal-object-rest-spread"
+ ]
+ }
+}