We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc23e16 commit 84199a4Copy full SHA for 84199a4
2 files changed
packages/chrome-extension/tsconfig.declarations.json
@@ -7,7 +7,6 @@
7
"emitDeclarationOnly": true,
8
"declarationMap": true,
9
"sourceMap": false,
10
- "declarationDir": "./dist/types",
11
- "types": []
+ "declarationDir": "./dist/types"
12
}
13
packages/chrome-extension/tsconfig.json
@@ -18,8 +18,7 @@
18
"declarationDir": "dist/types",
19
20
21
- "rootDir": "./src",
22
- "types": ["jest"]
+ "rootDir": "./src"
23
},
24
"include": ["src"]
25
0 commit comments