This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
akapralov
/
pratcice
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
a1472da7b8
Branches
Tags
carsharing
demo_exam
vue_film
vue_filmv2
pratcice
/
jsconfig.json
jsconfig.json
116 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}