question-generator / web /tsconfig.json
lucas-wa
Adding web
9bc6550
raw
history blame
131 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}