Web.Auth.Nexus / frontend /jsconfig.json
ChandimaPrabath's picture
change paths
92f01f5
raw
history blame contribute delete
181 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 8, column 5
{
"compilerOptions": {
"paths": {
"@/*": ["./*"],
"@components/*": ["./components/*"],
"@lib/*": ["./lib/*"],
"@assets/*": ["./assets/*"],
}
}
}