Skip to content

Commit cabb697

Browse files
authored
website: skipLibCheck (#3721)
1 parent 18199a7 commit cabb697

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
6262
"@linaria/core": "^6.0.0",
6363
"@microsoft/api-extractor": "^7.50.0",
64-
"@tanstack/react-router": "^1.104.1",
65-
"@tanstack/router-plugin": "^1.104.1",
64+
"@tanstack/react-router": "^1.111.3",
65+
"@tanstack/router-plugin": "^1.111.3",
6666
"@testing-library/dom": "^10.1.0",
6767
"@testing-library/react": "^16.2.0",
6868
"@testing-library/user-event": "^14.5.2",

tsconfig.website.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4-
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"]
4+
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
5+
"skipLibCheck": true
56
},
67
"include": ["website/**/*"],
78
"references": [{ "path": "tsconfig.src.json" }]

0 commit comments

Comments
 (0)