blob: 3090677d3cfd4b01d83ca3b0228b5a0449f85b87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
"extends": [ "@tsconfig/recommended/tsconfig.json", "@tsconfig/vite-react/tsconfig.json" ],
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
"types": [
"vite/client",
]
}
}
|