Skip to content

Commit 95c8251

Browse files
fix: skiplibcheck
1 parent 2ae6e21 commit 95c8251

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

conf/tsconfig.content_scripts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"moduleResolution": "bundler",
1717
"outDir": "../build/_/content_scripts",
1818
"baseUrl": "../extension",
19+
"skipLibCheck": true,
1920
"paths": {
2021
"dompurify": ["../node_modules/dompurify/dist/purify.cjs.d.ts"],
2122
"openpgp": ["../node_modules/openpgp/openpgp.d.ts"],

conf/tsconfig.tooling.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"strictNullChecks": true,
88
"module": "commonjs",
99
"sourceMap": false,
10-
"outDir": "../build/tooling"
10+
"outDir": "../build/tooling",
11+
"skipLibCheck": true
1112
},
1213
"files": [
1314
"../tooling/build-types-and-manifests.ts",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"outDir": "build/generic-extension-wip",
1515
"baseUrl": "./extension",
1616
"moduleResolution": "bundler",
17+
"skipLibCheck": true,
1718
"paths": {
1819
"jquery": ["lib/jquery.min.js", "COMMENT"],
1920
"sweetalert2": ["lib/sweetalert2.js", "COMMENT"],

0 commit comments

Comments
 (0)