jsconfig.json 192 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "module": "es6",
  5. "allowSyntheticDefaultImports": true,
  6. "paths": {
  7. "@/*": ["./src/*"]
  8. }
  9. },
  10. "exclude": ["node_modules"]
  11. }