jsconfig.json 189 B

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