jsconfig.json 226 B

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