Skip to content

Commit 8815dd5

Browse files
authored
* [email protected] * adopt noCheck in tsconfig.lib.json
1 parent 7c85618 commit 8815dd5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"react-router-dom": "^6.11.1",
103103
"rollup": "^4.0.2",
104104
"rollup-plugin-postcss": "^4.0.2",
105-
"typescript": "~5.5.2",
105+
"typescript": "~5.6.2",
106106
"vite": "^5.3.3",
107107
"vitest": "^2.0.3"
108108
},

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"composite": true,
55
"emitDeclarationOnly": true,
66
"exactOptionalPropertyTypes": true,
7-
"incremental": true,
87
"isolatedModules": true,
98
"jsx": "react-jsx",
109
"lib": ["ESNext"],

tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"compilerOptions": {
44
"composite": false,
55
"declaration": true,
6-
"incremental": false,
76
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
7+
"noCheck": true,
88
"outDir": "./.cache/lib"
99
},
1010
"files": ["src/index.ts"]

0 commit comments

Comments
 (0)