codrawing / jsconfig.json
Trudy's picture
first commit
eceac5b
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}