胖子天骄的MES系统
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

12 行
192 B

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