tsconfig.json 131 B

1234567
  1. {
  2. "extends": "./.wxt/tsconfig.json",
  3. "compilerOptions": {
  4. "allowImportingTsExtensions": true,
  5. "jsx": "react-jsx"
  6. }
  7. }