Skip to content

Commit

Permalink
match tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
tenub committed Feb 4, 2025
1 parent 34b96cf commit c868954
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"declarationMap": false,
"esModuleInterop": true,
"isolatedModules": true,
"isolatedModules": false,
"jsx": "react-jsx",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
Expand Down
4 changes: 0 additions & 4 deletions js/.prettierrc

This file was deleted.

3 changes: 1 addition & 2 deletions react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"declarationMap": false,
"esModuleInterop": true,
"isolatedModules": true,
"isolatedModules": false,
"jsx": "react-jsx",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
Expand All @@ -13,7 +13,6 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"outDir": "./dist",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2020",
Expand Down

0 comments on commit c868954

Please sign in to comment.