Skip to content

Commit 7101095

Browse files
committed
fix: tsconfig create-react-app => vite-react (fixes #194)
1 parent c2992f8 commit 7101095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "@tsconfig/create-react-app/tsconfig.json"
2+
"extends": "@tsconfig/vite-react/tsconfig.json"
33
}

templates/react/example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "@tsconfig/create-react-app/tsconfig.json"
2+
"extends": "@tsconfig/vite-react/tsconfig.json"
33
}

0 commit comments

Comments
 (0)