chore: jsconfig
jsconfig.json 对比新文件 @@ -0,0 +1,8 @@ { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] } } }