mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
closes #1090 closes #1030 Also fixes various styling issues and overflow issues for mobile support
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["vite.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|