addon.tsconfig.json 82 B

123456
  1. {
  2. "compilerOptions": {
  3. "jsx": "react",
  4. "jsxImportSource": "react"
  5. }
  6. }