We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260ec59 commit e81a68aCopy full SHA for e81a68a
.gitignore
@@ -4,6 +4,7 @@ node_modules/
4
# Intermediary files:
5
cache/
6
out/
7
+documentation/
8
sqlite-src/
9
tmp/
10
c/
.jsdoc.config.json
@@ -6,5 +6,9 @@
"include": [
"src/api.js"
]
+ },
+ "opts": {
11
+ "encoding": "utf8",
12
+ "destination": "./documentation/"
13
}
14
0 commit comments