Skip to content

Commit 7c55920

Browse files
committed
fixed extra things
1 parent 9b56c79 commit 7c55920

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/native/types/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"jsx": "react",
66
"lib": ["es6", "dom"],
77
"module": "commonjs",
8+
"esModuleInterop": true,
9+
"resolveJsonModule": true,
810
"noEmit": true,
911
"strict": true,
1012
"target": "es5",

packages/react/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export type { Theme, ThemeProviderProps, WithTheme } from './theming'
3232
export { default as css } from './css'
3333
export type { DistributiveOmit, PropsOf } from './types'
3434

35+
declare const global: Record<string, unknown>
36+
declare const jest: unknown
3537
declare const vi: unknown
3638

3739
if (isDevelopment) {

0 commit comments

Comments
 (0)