Skip to content

Commit 8415cf3

Browse files
committed
react: Fix tsconfig for vite.config.mts
1 parent 233ccbe commit 8415cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"noEmit": true,
1717
"jsx": "react-jsx"
1818
},
19-
"include": ["src"]
19+
"include": ["src", "vite.config.mts"]
2020
}

0 commit comments

Comments
 (0)