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

13 行
185 B

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