Skip to content

Commit e4d800e

Browse files
fix bob builder bug
1 parent 30bbb8c commit e4d800e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Fast SQLite for react-native",
99
"main": "lib/commonjs/index",
1010
"module": "lib/module/index",
11-
"types": "lib/typescript/index.d.ts",
11+
"types": "lib/typescript/src/index.d.ts",
1212
"react-native": "src/index",
1313
"source": "src/index",
1414
"files": [
@@ -75,7 +75,7 @@
7575
[
7676
"typescript",
7777
{
78-
"project": "tsconfig.build.json"
78+
"project": "tsconfig.json"
7979
}
8080
]
8181
]

tsconfig.build.json

-4
This file was deleted.

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"composite": true,
5-
"outDir": "lib",
6-
"rootDir": "./src",
5+
"sourceRoot": "./src",
6+
"sourceMap": true,
77
"paths": {
88
"react-native-quick-sqlite": ["./src/index"]
99
},

0 commit comments

Comments
 (0)