tsconfig.base.json 91 B

123456
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "jsx": "react"
  5. }
  6. }