Files
cdTestPlant3/cdTMP/jsconfig.json

12 lines
238 B
JSON
Raw Normal View History

2023-06-04 20:01:58 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@cps/*": ["src/components/*"]
},
"jsx": "preserve"
},
"exclude": ["node_modules", "dist", "build"]
}