集成,总结MES功能
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

jsconfig.json 192 B

4 个月前
1234567891011
  1. {
  2. "compilerOptions": {
  3. "jsx": "react-jsx",
  4. "emitDecoratorMetadata": true,
  5. "experimentalDecorators": true,
  6. "baseUrl": ".",
  7. "paths": {
  8. "@/*": ["./src/*"]
  9. }
  10. }
  11. }