tsconfig.json 236 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "module": "NodeNext",
  4. "sourceMap": true,
  5. "jsx": "react-jsx",
  6. "paths": {
  7. "@plugins/*": ["./fixtures-path-alias/*"]
  8. }
  9. },
  10. "exclude": ["node_modules"]
  11. }