Skip to content

Commit d52fc04

Browse files
committed
v0.8.9
1 parent 91f7526 commit d52fc04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js-httpvfs",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"repository": "https://github.com/phiresky/sql.js-httpvfs",
55
"license": "Apache-2.0",
66
"scripts": {

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
/* Advanced Options */
6969
"skipLibCheck": true, /* Skip type checking of declaration files. */
7070
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
71-
}
71+
},
72+
"exclude": ["example"]
7273
}

0 commit comments

Comments
 (0)