Skip to content

Commit 13fd40d

Browse files
committed
v.0.1.0-beta.15
1 parent 5a3c2fb commit 13fd40d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "database-builder",
3-
"version": "0.1.0-beta.14",
3+
"version": "0.1.0-beta.15",
44
"description": "Library to assist in creating and maintaining SQL commands.",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// "allowJs": true, /* Allow javascript files to be compiled. */
1212
// "checkJs": true, /* Report errors in .js files. */
1313
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
14-
"declaration": false, /* Generates corresponding '.d.ts' file. */
14+
"declaration": true, /* Generates corresponding '.d.ts' file. */
1515
// "sourceMap": true, /* Generates corresponding '.map' file. */
1616
// "outFile": "./", /* Concatenate and emit output to single file. */
1717
// "outDir": "./", /* Redirect output structure to the directory. */

0 commit comments

Comments
 (0)