前端
后端部分
通用
Appearance
在 tsconfig.node.json / tsconfig.json 文件中添加
tsconfig.node.json
tsconfig.json
{ "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/*"] } } }
{ "compilerOptions": { "jsx": "preserve" } }