tsconfig.json 92 B

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