jsconfig.json 168B

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