We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bbb8c commit e4d800eCopy full SHA for e4d800e
package.json
@@ -8,7 +8,7 @@
8
"description": "Fast SQLite for react-native",
9
"main": "lib/commonjs/index",
10
"module": "lib/module/index",
11
- "types": "lib/typescript/index.d.ts",
+ "types": "lib/typescript/src/index.d.ts",
12
"react-native": "src/index",
13
"source": "src/index",
14
"files": [
@@ -75,7 +75,7 @@
75
[
76
"typescript",
77
{
78
- "project": "tsconfig.build.json"
+ "project": "tsconfig.json"
79
}
80
]
81
tsconfig.build.json
tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"baseUrl": ".",
4
"composite": true,
5
- "outDir": "lib",
6
- "rootDir": "./src",
+ "sourceRoot": "./src",
+ "sourceMap": true,
7
"paths": {
"react-native-quick-sqlite": ["./src/index"]
},
0 commit comments