wanderhome-quiz-client/client/jsconfig.json

11 lines
161 B
JSON
Raw Permalink Normal View History

2022-08-25 10:35:21 +01:00
{
"include": [
".src/**/*"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [".src/*"]
}
}
}