Skip to content

Commit 29d91bd

Browse files
committed
Clean config
1 parent b306843 commit 29d91bd

24 files changed

+192
-109229
lines changed

adobe/package-lock.json

-25,714
This file was deleted.

adobe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "tsc --noEmit",
3333
"lint": "eslint \"**/*.{ts,tsx}\"",
3434
"prepare": "bob build",
35-
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
35+
"clean": "del-cli lib android/build example/android/build example/android/app/build example/ios/build"
3636
},
3737
"keywords": [
3838
"react-native",

adobe/tsconfig.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
4-
"paths": { "@theoplayer/react-native-analytics-adobe": ["./src/index"] }
4+
"baseUrl": "./",
5+
"paths": {
6+
"@theoplayer/react-native-analytics-adobe": [
7+
"./src/index"
8+
]
9+
}
510
}
611
}

0 commit comments

Comments
 (0)