Skip to content

Commit

Permalink
adopt noCheck in tsconfig.lib.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Sep 11, 2024
1 parent b200dac commit e83616f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 e83616f

Please sign in to comment.