tsconfig.dev.json 89 B

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