mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-05 23:14:31 -06:00
11 lines
153 B
JSON
11 lines
153 B
JSON
{
|
|
"extends": "@tsconfig/vite-react/tsconfig.json",
|
|
"compilerOptions": {
|
|
/* Paths */
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|