I initialed my vue project via vue-cli.
I can use @ in my src folder, but it doesn't work in my __tests__ folder.
I've already added config in my tsconfig.json file, but I'm not sure whether it's for this situation.
"paths": {
"@/*": ["src/*"]
},
