Files
TIF22A_AnwProjekt_B/anwendung/jsconfig.json

8 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}