7 lines
125 B
JSON
7 lines
125 B
JSON
|
|
{
|
||
|
|
"extends": "@repo/typescript-config/vite.json",
|
||
|
|
"include": ["src"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react-jsx"
|
||
|
|
}
|
||
|
|
}
|