Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* [email protected]

* adopt noCheck in tsconfig.lib.json
  • Loading branch information
nstepien authored Sep 11, 2024
1 parent 7c85618 commit 8815dd5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-router-dom": "^6.11.1",
"rollup": "^4.0.2",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "~5.5.2",
"typescript": "~5.6.2",
"vite": "^5.3.3",
"vitest": "^2.0.3"
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"composite": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"incremental": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["ESNext"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"composite": false,
"declaration": true,
"incremental": false,
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
"noCheck": true,
"outDir": "./.cache/lib"
},
"files": ["src/index.ts"]
Expand Down

0 comments on commit 8815dd5

Please sign in to comment.