Skip to content

Commit 84199a4

Browse files
committed
test(chrome-extension): remove jest types
1 parent dc23e16 commit 84199a4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

packages/chrome-extension/tsconfig.declarations.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"emitDeclarationOnly": true,
88
"declarationMap": true,
99
"sourceMap": false,
10-
"declarationDir": "./dist/types",
11-
"types": []
10+
"declarationDir": "./dist/types"
1211
}
1312
}

packages/chrome-extension/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"declarationDir": "dist/types",
1919
"declarationMap": true,
2020
"emitDeclarationOnly": true,
21-
"rootDir": "./src",
22-
"types": ["jest"]
21+
"rootDir": "./src"
2322
},
2423
"include": ["src"]
2524
}

0 commit comments

Comments
 (0)