Skip to content

Commit

Permalink
Fix Vite playground warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 13, 2024
1 parent 0b908f3 commit a8b99f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playgrounds/vite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "ESNext",
"moduleDetection": "force",
"allowJs": true,
"jsx": "react-jsx",

/* Bundler mode */
"moduleResolution": "Bundler",
Expand All @@ -20,6 +21,6 @@
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
},
"include": ["**/*.ts"],
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
}

0 comments on commit a8b99f7

Please sign in to comment.