question-generator / web /tsconfig.json
davidoneilai
add difficultie
6c6d1fa
raw
history blame
No virus
112 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}