File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
dev-packages/type-check/ts3.8-test Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ declare global {
2+ interface History { }
3+ interface IDBObjectStore { }
4+ interface Window {
5+ fetch : any ;
6+ }
7+ interface ShadowRoot { }
8+ interface BufferSource { }
9+ interface PerformanceResourceTiming {
10+ decodedBodySize : any ;
11+ encodedBodySize : any ;
12+ duration : any ;
13+ domInteractive : any ;
14+ domContentLoadedEventEnd : any ;
15+ domContentLoadedEventStart : any ;
16+ loadEventStart : any ;
17+ loadEventEnd : number ;
18+ domComplete : number ;
19+ redirectCount : number ;
20+ }
21+ interface PerformanceEntry { }
22+ }
23+ import 'react-native' ;
24+
125// we need to import the SDK to ensure tsc check the types
226import * as _Sentry from '@sentry/react-native' ;
Original file line number Diff line number Diff line change 99 },
1010 "license" : " MIT" ,
1111 "devDependencies" : {
12- "@types/react" : " 17.0.58 " ,
12+ "@types/react" : " 17.0.83 " ,
1313 "@types/react-native" : " 0.65.30" ,
1414 "typescript" : " 3.8.3"
1515 },
Original file line number Diff line number Diff line change 55 "compilerOptions" : {
66 "skipLibCheck" : false ,
77 "noEmit" : true ,
8+ "importHelpers" : true ,
89 "types" : [],
10+ "lib" : [" es2015" ],
911 "jsx" : " react-native" ,
1012 "target" : " es6" ,
1113 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments