Skip to content

Commit bb27578

Browse files
authored
Chore: supporting chrome type (#242)
1 parent 75352aa commit bb27578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"outDir": "dist",
1111
"resolveJsonModule": true,
1212
"experimentalDecorators": true,
13-
"types": ["jest"]
13+
"types": ["jest", "chrome"]
1414
},
1515
"include": ["src", "tests/**/*.test.ts"],
1616
}

0 commit comments

Comments
 (0)