Skip to content

Commit

Permalink
ui tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Aug 21, 2024
1 parent 43a7583 commit 4ee1a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"composite": true,
"exactOptionalPropertyTypes": false,
"noEmit": true,
"target": "ESNext"
"target": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"]
},
"extends": ["@tsconfig/strictest/tsconfig.json", "@tsconfig/vite-react/tsconfig.json"],
"include": ["components", "lib", "src", "tests-setup.ts"]
Expand Down

0 comments on commit 4ee1a2a

Please sign in to comment.