douyintest/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2024-07-10 19:46:08 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}