mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"extends": "@quasar/app-webpack/tsconfig-preset",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|