mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-16 05:09:30 +00:00
22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vite/client"],
|
|
"rootDirs": ["."],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"references": [{
|
|
"path": "../server"
|
|
}]
|
|
}
|