Files
cdTestPlant3/cdTMP/jsconfig.json
2026-01-28 16:54:07 +08:00

20 lines
364 B
JSON

{
"compilerOptions": {
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
"@cps/*": [
"src/components/*"
]
},
"jsx": "preserve"
},
"exclude": [
"node_modules",
"dist",
"build"
]
}