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 91f7526 commit d52fc04Copy full SHA for d52fc04
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sql.js-httpvfs",
3
- "version": "0.8.8",
+ "version": "0.8.9",
4
"repository": "https://github.com/phiresky/sql.js-httpvfs",
5
"license": "Apache-2.0",
6
"scripts": {
tsconfig.json
@@ -68,5 +68,6 @@
68
/* Advanced Options */
69
"skipLibCheck": true, /* Skip type checking of declaration files. */
70
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
71
- }
+ },
72
+ "exclude": ["example"]
73
}
0 commit comments