Files
Web-Frontend/client/jsconfig.json
T
2025-07-08 11:16:51 -07:00

11 lines
185 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
}
}