File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ node_modules
1111build /
1212DerivedData
1313dist
14+ ts3.8
1415coverage
1516
1617# # Various settings
Original file line number Diff line number Diff line change 55! CHANGELOG.md
66! README.md
77! /dist /** /*
8+ ! ts3.8 /** /*
89! RNSentry.podspec
910! sentry.gradle
1011! react-native.config.js
Original file line number Diff line number Diff line change 77 "typings" : " dist/js/index.d.ts" ,
88 "types" : " dist/js/index.d.ts" ,
99 "typesVersions" : {
10- "<4.1" : { "*" : [" dist/ ts3.8/*" ] }
10+ "<4.1" : { "*" : [" ts3.8/*" ] }
1111 },
1212 "typescript" : {
1313 "definition" : " dist/js/index.d.ts"
1818 "build:sdk" : " tsc -p tsconfig.build.json" ,
1919 "build:sdk:watch" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
2020 "build:tools" : " tsc -p tsconfig.build.tools.json" ,
21- "downlevel" : " downlevel-dts dist dist/ ts3.8/dist --to=3.8" ,
21+ "downlevel" : " downlevel-dts dist ts3.8/dist --to=3.8" ,
2222 "clean" : " rimraf dist coverage" ,
2323 "test" : " jest" ,
2424 "fix" : " yarn fix:eslint && yarn fix:prettier" ,
You can’t perform that action at this time.
0 commit comments