Files
Web-Frontend/client/jsconfig.json
T

11 lines
185 B
JSON
Raw Normal View History

2025-07-08 11:16:51 -07:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
}
}